org.junit.internal.runners
Class MethodRoadie

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

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


Constructor Summary
MethodRoadie(java.lang.Object test, TestMethod method, RunNotifier notifier, Description description)
          Deprecated.  
 
Method Summary
protected  void addFailure(java.lang.Throwable e)
          Deprecated.  
 void run()
          Deprecated.  
 void runBeforesThenTestThenAfters(java.lang.Runnable test)
          Deprecated.  
 void runTest()
          Deprecated.  
protected  void runTestMethod()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodRoadie

public MethodRoadie(java.lang.Object test,
                    TestMethod method,
                    RunNotifier notifier,
                    Description description)
Deprecated. 
Method Detail

run

public void run()
Deprecated. 

runTest

public void runTest()
Deprecated. 

runBeforesThenTestThenAfters

public void runBeforesThenTestThenAfters(java.lang.Runnable test)
Deprecated. 

runTestMethod

protected void runTestMethod()
Deprecated. 

addFailure

protected void addFailure(java.lang.Throwable e)
Deprecated.