Tibor17 commented on a change in pull request #196: [SUREFIRE-1585] [WIP] 
Resolve missing and align "JUnit 5" artifacts
URL: https://github.com/apache/maven-surefire/pull/196#discussion_r232467428
 
 

 ##########
 File path: 
surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformEnginesIT.java
 ##########
 @@ -93,12 +93,10 @@ public void platform() throws VerificationException
         String testClasspath = "[DEBUG] test(compact) classpath:"
                 + "  test-classes"
                 + "  classes"
-                + "  junit-jupiter-engine-" + jupiter + ".jar"
+                + "  junit-jupiter-api-" + jupiter + ".jar"
 
 Review comment:
   Perfect! This makes sense for users. They will see only API.
   But this reminds me to think about IDE which is not able to run the tests 
without implementation of engines. Did you try the same test in Eclipse or 
IntelliJ IDEA?

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