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 Object


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

Constructor Detail

MethodRoadie

public MethodRoadie(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(Runnable test)
Deprecated.