org.junit.internal.runners
Class ClassRoadie

java.lang.Object
  extended by org.junit.internal.runners.ClassRoadie

Deprecated. Included for backwards compatibility with JUnit 4.4. Will be removed in the next release. Please use BlockJUnit4ClassRunner in place of JUnit4ClassRunner.

@Deprecated
public class ClassRoadie
extends Object


Constructor Summary
ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable)
          Deprecated.  
 
Method Summary
 void runProtected()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassRoadie

public ClassRoadie(RunNotifier notifier,
                   TestClass testClass,
                   Description description,
                   Runnable runnable)
Deprecated. 
Method Detail

runProtected

public void runProtected()
Deprecated.