The JUnit view in Eclipse seems to order the tests randomly. How can I order them by class name?
11 years later, the JUnit view does have name ordering, and just got "Execution time" ordering as well.
See Eclipse 4.17 (2020-09)
Sort test results by execution time
JUnit view now provides the ability to sort results by execution time.
By default, results will be sorted by execution order.
ChoosingSort By > Execution Timefrom the JUnit View menu will reorder the results once all tests are complete.While tests are still running, they will be shown in execution order.
Sorting by execution order results in: