Default Execution Order of Test Classes in JUnit 4

43 views Asked by At

Pretty much the title says it all. Note that the question is order of "classes" not the test methods inside them. Per answers here, the default execution order of test methods within a class can be configured using @FixMethodOrder and the default is computed using the hash of function names.

0

There are 0 answers