Package net.sf.eBus.test
Provides classes supporting JUnit testing.
-
Class Summary Class Description OrderedRunner This class extendsorg.junit.runners.BlockJUnit4ClassRunnerand overrides thecomputeTestMethods()method to guarantee that test methods are run in a user-defined order using theTestIndexannotation. -
Annotation Types Summary Annotation Type Description TestIndex This annotation is used to provide ordering to JUnit 4 tests.