-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
I do not see any equivalent of the JUnit 4 method org.junit.runner.Request.sortWith(Comparator<Description> comparator)
in JUnit 5 M4, which can be used to run the tests in a certain order, defined by the comparator.
Is it planned to provide such support or can it be done in some other way?
Eclipse uses this to rerun a test with failures first, which has been disabled for JUnit 5: bug 518052.