public class AllTests
extends org.junit.internal.runners.JUnit38ClassRunner
suite()
method). For example:
@RunWith(AllTests.class)
public class ProductTests {
public static junit.framework.Test suite() {
...
}
}
| Constructor and Description |
|---|
AllTests(java.lang.Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
testFromSuiteMethod(java.lang.Class<?> klass) |