public class ShutdownListener
extends org.junit.internal.TextListener
| Constructor and Description |
|---|
ShutdownListener(PrintStream out) |
| 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 |
testRunFinished(org.junit.runner.Result result) |
void |
testRunStarted(org.junit.runner.Description description) |
void |
unexpectedShutdown() |
public ShutdownListener(PrintStream out)
public void unexpectedShutdown()
public void testRunStarted(org.junit.runner.Description description)
throws Exception
testRunStarted in class org.junit.runner.notification.RunListenerExceptionpublic void testRunFinished(org.junit.runner.Result result)
public void testFinished(org.junit.runner.Description description)
throws Exception
testFinished in class org.junit.runner.notification.RunListenerExceptionpublic void testFailure(org.junit.runner.notification.Failure failure)
public void testIgnored(org.junit.runner.Description description)
testIgnored in class org.junit.internal.TextListener