Package org.junit.internal.runners
Class ClassRoadie
- java.lang.Object
-
- org.junit.internal.runners.ClassRoadie
-
@Deprecated public class ClassRoadie extends java.lang.ObjectDeprecated.Included for backwards compatibility with JUnit 4.4. Will be removed in the next major release. Please useBlockJUnit4ClassRunnerin place ofJUnit4ClassRunner.
-
-
Field Summary
Fields Modifier and Type Field Description private DescriptiondescriptionDeprecated.private RunNotifiernotifierDeprecated.private java.lang.RunnablerunnableDeprecated.private TestClasstestClassDeprecated.
-
Constructor Summary
Constructors Constructor Description ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, java.lang.Runnable runnable)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidaddFailure(java.lang.Throwable targetException)Deprecated.private voidrunAfters()Deprecated.private voidrunBefores()Deprecated.voidrunProtected()Deprecated.protected voidrunUnprotected()Deprecated.
-
-
-
Field Detail
-
notifier
private RunNotifier notifier
Deprecated.
-
testClass
private TestClass testClass
Deprecated.
-
description
private Description description
Deprecated.
-
runnable
private final java.lang.Runnable runnable
Deprecated.
-
-
Constructor Detail
-
ClassRoadie
public ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, java.lang.Runnable runnable)
Deprecated.
-
-
Method Detail
-
runUnprotected
protected void runUnprotected()
Deprecated.
-
addFailure
protected void addFailure(java.lang.Throwable targetException)
Deprecated.
-
runProtected
public void runProtected()
Deprecated.
-
runBefores
private void runBefores() throws FailedBeforeDeprecated.- Throws:
FailedBefore
-
runAfters
private void runAfters()
Deprecated.
-
-