public class

MethodRoadie

extends Object
java.lang.Object
   ↳ org.junit.internal.runners.MethodRoadie

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

Summary

Public Constructors
MethodRoadie(Object test, TestMethod method, RunNotifier notifier, Description description)
Public Methods
void run()
void runBeforesThenTestThenAfters(Runnable test)
void runTest()
Protected Methods
void addFailure(Throwable e)
void runTestMethod()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MethodRoadie (Object test, TestMethod method, RunNotifier notifier, Description description)

Public Methods

public void run ()

public void runBeforesThenTestThenAfters (Runnable test)

public void runTest ()

Protected Methods

protected void addFailure (Throwable e)

protected void runTestMethod ()