Tibor17 commented on pull request #348:
URL: https://github.com/apache/maven-surefire/pull/348#issuecomment-1021683915


   Hi @winglam
   What's up?
   
   I checked your commit.
   I have one argument to the changes in `TestListResolver`. This class is a 
filter and not a Comparator. It would be worth not to change it. Are you aiming 
for comparing two (class, method) pairs/objects? Would it be possible with a 
separate class? Do you still need to have `TestListResolver`? I guess you don't 
because the tests which have run before, they would be a subject to run again. 
The only trick is to reorder these pairs, am I right?


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