I know this is bad practice, but it needs to be done, or I’ll need to switch to testng. Is there a way, similar to JUnit 3’s testSuite, to specify the order of the tests to be run in a class? Answer If you’re sure you really want to do this: There may be a better way, but this is