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, order, run, sort
public SuiteMethod(java.lang.Class<?> klass) throws java.lang.Throwable
java.lang.Throwable
public static Test testFromSuiteMethod(java.lang.Class<?> klass) throws java.lang.Throwable
java.lang.Throwable