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(Class<?> klass)
Only called reflectively.
|
testFromSuiteMethod
createAdaptingListener, filter, getDescription, run, sort
Copyright © 2002–2016 JUnit. All rights reserved.