public class EagerStackTraceDecorator extends MxRunListenerDecorator
| Constructor and Description |
|---|
EagerStackTraceDecorator(MxRunListener l) |
| Modifier and Type | Method and Description |
|---|---|
void |
testFailed(org.junit.runner.notification.Failure failure)
Called when an atomic test fails.
|
getWriter, testAssumptionFailure, testClassFinished, testClassFinishedDelimiter, testClassStarted, testClassStartedDelimiter, testFinished, testFinishedDelimiter, testIgnored, testRunFinished, testRunStarted, testStarted, testStartedDelimiter, testSucceededpublic EagerStackTraceDecorator(MxRunListener l)
public void testFailed(org.junit.runner.notification.Failure failure)
MxRunListenertestFailed in interface MxRunListenertestFailed in class MxRunListenerDecoratorfailure - describes the test that failed and the exception that was thrown