public class PrintOutCurrentTestRunListener
extends org.junit.runner.notification.RunListener
| Constructor and Description |
|---|
PrintOutCurrentTestRunListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testFinished(org.junit.runner.Description description) |
void |
testIgnored(org.junit.runner.Description description) |
void |
testStarted(org.junit.runner.Description description) |
public static final String NEW_LINE
public void testStarted(org.junit.runner.Description description)
testStarted in class org.junit.runner.notification.RunListenerpublic void testFinished(org.junit.runner.Description description)
testFinished in class org.junit.runner.notification.RunListenerpublic void testFailure(org.junit.runner.notification.Failure failure)
testFailure in class org.junit.runner.notification.RunListenerpublic void testIgnored(org.junit.runner.Description description)
testIgnored in class org.junit.runner.notification.RunListenerCopyright © 2020. All rights reserved.