public static class BridgeJUnitTestRunner.BridgeRunListener
extends org.junit.runner.notification.RunListener
implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
testClass |
| Constructor and Description |
|---|
BridgeRunListener(Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bridge(String methodName,
Object argument) |
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) |
public void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure in class org.junit.runner.notification.RunListenerpublic void testFailure(org.junit.runner.notification.Failure failure)
testFailure in class org.junit.runner.notification.RunListenerpublic void testFinished(org.junit.runner.Description description)
testFinished in class org.junit.runner.notification.RunListenerpublic void testIgnored(org.junit.runner.Description description)
testIgnored in class org.junit.runner.notification.RunListenerpublic void testRunFinished(org.junit.runner.Result result)
testRunFinished in class org.junit.runner.notification.RunListenerpublic void testRunStarted(org.junit.runner.Description description)
testRunStarted in class org.junit.runner.notification.RunListenerpublic void testStarted(org.junit.runner.Description description)
testStarted in class org.junit.runner.notification.RunListenerprotected void bridge(String methodName,
Object argument)