Tibor17 commented on a change in pull request #492: URL: https://github.com/apache/maven-surefire/pull/492#discussion_r830680663
########## File path: surefire-providers/surefire-junit4/src/main/java/org/apache/maven/surefire/junit4/JUnit4Provider.java ########## @@ -270,18 +276,57 @@ private void executeTestSet( Class<?> clazz, RunListener reporter, Notifier noti } } + private static int indexOf( List<ResolvedTest> tests, Description description ) Review comment: If you do something like this, you are on wrong way. The problem is that you wanted to get to the end within one day, and that's the problem. You should follow those 5 steps, you would not get to the end after you have implemented first 4 steps but would would do 85% of your work without removing anything. If you are not sure in the beginning, it is still right way to write an integration test because it is always needed and it is the vision you want to emphase to everyone. -- 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