marcphilipp commented on a change in pull request #184: Donate current sources from junit-platform-surefire-provider URL: https://github.com/apache/maven-surefire/pull/184#discussion_r189372365
########## File path: maven-surefire-plugin/src/site/apt/featurematrix.apt.vm ########## @@ -27,19 +27,19 @@ Feature Matrix Not all features are supported for all test frameworks, and the following table gives a brief overview of support status: -*---------------------------------------------+-----------+-----------+------------+-----------+----------+ -|| <<Feature>> ||<<JUnit3>>||<<JUnit4>>||<<Junit47>>||<<TestNG>>||<<POJO>> | -*---------------------------------------------+------------+----------+------------+-----------+----------+ -| groups/category support | N | N | Y | Y | N | -*---------------------------------------------+------------+----------+------------+-----------+----------+ -| security manager support | Y | N | N | N | N | -*---------------------------------------------+------------+----------+------------+-----------+----------+ -| runOrder support | Y | Y | Y | ? | Y | -*---------------------------------------------+------------+----------+------------+-----------+----------+ -| run >1 individual test method in a class | N | Y | Y | Y | N | -*---------------------------------------------+------------+----------+------------+-----------+----------+ -| parallel support | N | N | Y | Y | N | -*---------------------------------------------+------------+----------+------------+-----------+----------+ +*---------------------------------------------+-----------+-----------+------------+-----------+----------+--------------------+ +|| <<Feature>> ||<<JUnit3>>||<<JUnit4>>||<<JUnit47>>||<<TestNG>>||<<POJO>> ||<<JUnit Platform>> | +*---------------------------------------------+------------+----------+------------+-----------+----------+--------------------+ +| groups/category/tags support | N | N | Y | Y | N | Y | +*---------------------------------------------+------------+----------+------------+-----------+----------+--------------------+ +| security manager support | Y | N | N | N | N | N | +*---------------------------------------------+------------+----------+------------+-----------+----------+--------------------+ +| runOrder support | Y | Y | Y | ? | Y | N | +*---------------------------------------------+------------+----------+------------+-----------+----------+--------------------+ +| run >1 individual test method in a class | N | Y | Y | Y | N | ? | +*---------------------------------------------+------------+----------+------------+-----------+----------+--------------------+ +| parallel support | N | N | Y | Y | N | N | Review comment: No, `ParallelComputer` cannot be reused. Jupiter currently does not have support for parallel execution, that will be added in https://github.com/junit-team/junit5/issues/60. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services