Tibor17 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_r188742279
 
 

 ##########
 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:
   In parallel support we have `N`. Can we utilize ParallelComputer from JUnit4?
   The PC covers parallelism. I would like to utilize it because it has a 
complex possibilities with configuration and I do not want to develop it again.

----------------------------------------------------------------
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

Reply via email to