| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.junit.runner.Runnerorg.junit.internal.runners.OldTestClassRunnerorg.junit.runners.AllTestspublic class AllTestsextends org.junit.internal.runners.OldTestClassRunnersuite()
method). For example:
@RunWith(AllTests.class)
public class ProductTests {
public static junit.framework.Test suite() {
...
}
}
Method Summary | |
static junit.framework.Test |
|
Methods inherited from class org.junit.internal.runners.OldTestClassRunner | |
Description getDescription, createAdaptingListener, void run | |
Methods inherited from class org.junit.runner.Runner | |
getDescription, run, testCount | |
public static junit.framework.Test testFromSuiteMethod(Class> klass)
throws Throwable