BlockJUnit4ClassRunner
in place of JUnit4ClassRunner
.@Deprecated
public class ClassRoadie
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Description |
description
Deprecated.
|
private RunNotifier |
notifier
Deprecated.
|
private java.lang.Runnable |
runnable
Deprecated.
|
private TestClass |
testClass
Deprecated.
|
Constructor and Description |
---|
ClassRoadie(RunNotifier notifier,
TestClass testClass,
Description description,
java.lang.Runnable runnable)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addFailure(java.lang.Throwable targetException)
Deprecated.
|
private void |
runAfters()
Deprecated.
|
private void |
runBefores()
Deprecated.
|
void |
runProtected()
Deprecated.
|
protected void |
runUnprotected()
Deprecated.
|
private RunNotifier notifier
private TestClass testClass
private Description description
private final java.lang.Runnable runnable
public ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, java.lang.Runnable runnable)
protected void runUnprotected()
protected void addFailure(java.lang.Throwable targetException)
public void runProtected()
private void runBefores() throws FailedBefore
FailedBefore
private void runAfters()