BlockJUnit4ClassRunner
in place of JUnit4ClassRunner
.@Deprecated
public class MethodRoadie
extends java.lang.Object
Constructor and Description |
---|
MethodRoadie(java.lang.Object test,
TestMethod method,
RunNotifier notifier,
Description description)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public MethodRoadie(java.lang.Object test, TestMethod method, RunNotifier notifier, Description description)
public void run()
public void runTest()
public void runBeforesThenTestThenAfters(java.lang.Runnable test)
protected void runTestMethod()
protected void addFailure(java.lang.Throwable e)