|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runner.Runner
org.junit.internal.runners.JUnit4ClassRunner
org.junit.internal.runners.TestClassRunner
@Deprecated public class TestClassRunner
For backward compatibility with those who have reached inside internal.runners in order to override JUnit's best guess about which runner to use.
Constructor Summary | |
---|---|
TestClassRunner(java.lang.Class<?> klass)
Deprecated. |
Method Summary |
---|
Methods inherited from class org.junit.internal.runners.JUnit4ClassRunner |
---|
classAnnotations, createTest, filter, getDescription, getName, getTestClass, getTestMethods, invokeTestMethod, methodDescription, run, runMethods, sort, testAnnotations, testName, validate, wrapMethod |
Methods inherited from class org.junit.runner.Runner |
---|
testCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestClassRunner(java.lang.Class<?> klass) throws InitializationError
InitializationError
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |