Is it possible to set the order of tests? I have a test class that executes one of the other and builds on a state left by the previous, but since they are firing in alphabetical order some are firing out of sequence.
Is there a way to set a test dependency or should I break these out into multiple class files?