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.
|
testFromSuiteMethodcreateAdaptingListener, filter, getDescription, run, sortCopyright © 2002–2017 JUnit. All rights reserved.