Class ClassRoadie
java.lang.Object
org.junit.internal.runners.ClassRoadie
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddFailure(Throwable targetException) Deprecated.voidDeprecated.protected voidDeprecated.
-
Constructor Details
-
ClassRoadie
public ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable) Deprecated.
-
-
Method Details
-
runUnprotected
protected void runUnprotected()Deprecated. -
addFailure
Deprecated. -
runProtected
public void runProtected()Deprecated.
-
BlockJUnit4ClassRunnerin place ofJUnit4ClassRunner.