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 java.lang.Object


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

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.