michael-o commented on code in PR #772:
URL: https://github.com/apache/maven-surefire/pull/772#discussion_r1733457468


##########
surefire-providers/surefire-junit-platform/src/test/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProviderTest.java:
##########
@@ -249,6 +257,34 @@ public void singleTestClassIsInvokedLazily() throws 
Exception {
         assertEquals(TestClass1.TESTS_FAILED, summary.getTestsFailedCount());
     }
 
+    @Test
+    public void multipleTestClassesIsInvokedLazily() throws Exception {

Review Comment:
   `areInvoked`. Plural here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to