BlockJUnit4ClassRunner
in place of JUnit4ClassRunner
.@Deprecated
public class MethodRoadie
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Description |
description
Deprecated.
|
private RunNotifier |
notifier
Deprecated.
|
private java.lang.Object |
test
Deprecated.
|
private TestMethod |
testMethod
Deprecated.
|
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.
|
private void |
runAfters()
Deprecated.
|
private void |
runBefores()
Deprecated.
|
void |
runBeforesThenTestThenAfters(java.lang.Runnable test)
Deprecated.
|
void |
runTest()
Deprecated.
|
protected void |
runTestMethod()
Deprecated.
|
private void |
runWithTimeout(long timeout)
Deprecated.
|
private final java.lang.Object test
private final RunNotifier notifier
private final Description description
private TestMethod testMethod
public MethodRoadie(java.lang.Object test, TestMethod method, RunNotifier notifier, Description description)
public void run()
private void runWithTimeout(long timeout)
public void runTest()
public void runBeforesThenTestThenAfters(java.lang.Runnable test)
protected void runTestMethod()
private void runBefores() throws FailedBefore
FailedBefore
private void runAfters()
protected void addFailure(java.lang.Throwable e)