Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.junit.runner.Runner
org.junit.internal.runners.OldTestClassRunner
org.junit.runners.AllTests
public class AllTests
extends org.junit.internal.runners.OldTestClassRunner
suite()
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