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(java.lang.Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
static Test |
testFromSuiteMethod(java.lang.Class<?> klass) |
createAdaptingListener, filter, getDescription, run, sortpublic SuiteMethod(java.lang.Class<?> klass)
throws java.lang.Throwable
java.lang.Throwablepublic static Test testFromSuiteMethod(java.lang.Class<?> klass) throws java.lang.Throwable
java.lang.Throwable