Package org.junit.internal.runners
Class ClassRoadie
java.lang.Object
org.junit.internal.runners.ClassRoadie
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Description
Deprecated.private RunNotifier
Deprecated.private final Runnable
Deprecated.private TestClass
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionClassRoadie
(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addFailure
(Throwable targetException) Deprecated.private void
Deprecated.private void
Deprecated.void
Deprecated.protected void
Deprecated.
-
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.
-
BlockJUnit4ClassRunner
in place ofJUnit4ClassRunner
.