Package org.junit.internal.runners
Class ClassRoadie
java.lang.Object
org.junit.internal.runners.ClassRoadie
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DescriptionDeprecated.private RunNotifierDeprecated.private final RunnableDeprecated.private TestClassDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddFailure(Throwable targetException) Deprecated.private voidDeprecated.private voidDeprecated.voidDeprecated.protected voidDeprecated.
-
Field Details
-
notifier
Deprecated. -
testClass
Deprecated. -
description
Deprecated. -
runnable
Deprecated.
-
-
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. -
runBefores
Deprecated.- Throws:
FailedBefore
-
runAfters
private void runAfters()Deprecated.
-
BlockJUnit4ClassRunnerin place ofJUnit4ClassRunner.