public class SuiteMethod extends JUnit38ClassRunner
suite()
method). For example:
@RunWith(AllTests.class)
public class ProductTests {
public static junit.framework.Test suite() {
...
}
}
| Constructor and Description |
|---|
SuiteMethod(Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
static Test |
testFromSuiteMethod(Class<?> klass) |
createAdaptingListener, filter, getDescription, run, sortCopyright © 2002–2017 JUnit. All rights reserved.