Package org.junit.internal.runners
Class ClassRoadie
- java.lang.Object
-
- org.junit.internal.runners.ClassRoadie
-
@Deprecated public class ClassRoadie extends java.lang.Object
Deprecated.Included for backwards compatibility with JUnit 4.4. Will be removed in the next major release. Please useBlockJUnit4ClassRunner
in place ofJUnit4ClassRunner
.
-
-
Field Summary
Fields Modifier and Type Field Description private Description
description
Deprecated.private RunNotifier
notifier
Deprecated.private java.lang.Runnable
runnable
Deprecated.private TestClass
testClass
Deprecated.
-
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 void
addFailure(java.lang.Throwable targetException)
Deprecated.private void
runAfters()
Deprecated.private void
runBefores()
Deprecated.void
runProtected()
Deprecated.protected void
runUnprotected()
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 FailedBefore
Deprecated.- Throws:
FailedBefore
-
runAfters
private void runAfters()
Deprecated.
-
-