Package org.junit.internal.runners
Class ClassRoadie
- java.lang.Object
-
- org.junit.internal.runners.ClassRoadie
-
@Deprecated public class ClassRoadie extends Object
Deprecated.Included for backwards compatibility with JUnit 4.4. Will be removed in the next major release. Please useBlockJUnit4ClassRunnerin place ofJUnit4ClassRunner.
-
-
Constructor Summary
Constructors Constructor Description ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidaddFailure(Throwable targetException)Deprecated.voidrunProtected()Deprecated.protected voidrunUnprotected()Deprecated.
-
-
-
Constructor Detail
-
ClassRoadie
public ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable)
Deprecated.
-
-
Method Detail
-
runUnprotected
protected void runUnprotected()
Deprecated.
-
addFailure
protected void addFailure(Throwable targetException)
Deprecated.
-
runProtected
public void runProtected()
Deprecated.
-
-