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.
-
-
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.voidrunProtected()Deprecated.protected voidrunUnprotected()Deprecated.
-
-
-
Constructor Detail
-
ClassRoadie
public ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, java.lang.Runnable runnable)
Deprecated.
-
-