private class JUnit4TestRunner.RL
extends org.junit.runner.notification.RunListener
Modifier and Type | Field and Description |
---|---|
private java.util.List<org.junit.runner.Description> |
notified |
Modifier | Constructor and Description |
---|---|
private |
RL() |
Modifier and Type | Method and Description |
---|---|
private void |
runAfterInvocationListeners(ITestResult tr) |
private java.lang.String |
stringify(org.junit.runner.Description description) |
void |
testAssumptionFailure(org.junit.runner.notification.Failure failure) |
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testFinished(org.junit.runner.Description description) |
void |
testIgnored(org.junit.runner.Description description) |
void |
testRunFinished(org.junit.runner.Result result) |
void |
testRunStarted(org.junit.runner.Description description) |
void |
testStarted(org.junit.runner.Description description) |
private void |
validate(ITestResult tr,
org.junit.runner.Description description) |
public void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure
in class org.junit.runner.notification.RunListener
public void testFailure(org.junit.runner.notification.Failure failure) throws java.lang.Exception
testFailure
in class org.junit.runner.notification.RunListener
java.lang.Exception
public void testFinished(org.junit.runner.Description description) throws java.lang.Exception
testFinished
in class org.junit.runner.notification.RunListener
java.lang.Exception
public void testIgnored(org.junit.runner.Description description) throws java.lang.Exception
testIgnored
in class org.junit.runner.notification.RunListener
java.lang.Exception
public void testRunFinished(org.junit.runner.Result result) throws java.lang.Exception
testRunFinished
in class org.junit.runner.notification.RunListener
java.lang.Exception
public void testRunStarted(org.junit.runner.Description description) throws java.lang.Exception
testRunStarted
in class org.junit.runner.notification.RunListener
java.lang.Exception
public void testStarted(org.junit.runner.Description description) throws java.lang.Exception
testStarted
in class org.junit.runner.notification.RunListener
java.lang.Exception
private void runAfterInvocationListeners(ITestResult tr)
private void validate(ITestResult tr, org.junit.runner.Description description)
private java.lang.String stringify(org.junit.runner.Description description)