public class AllTests extends SuiteMethod
suite()
method). For example:
@RunWith(AllTests.class) public class ProductTests { public static junit.framework.Test suite() { ... } }
Constructor and Description |
---|
AllTests(java.lang.Class<?> klass)
Only called reflectively.
|
testFromSuiteMethod
createAdaptingListener, filter, getDescription, order, run, sort