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