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, testSucceeded
public EagerStackTraceDecorator(MxRunListener l)
public void testFailed(org.junit.runner.notification.Failure failure)
MxRunListener
testFailed
in interface MxRunListener
testFailed
in class MxRunListenerDecorator
failure
- describes the test that failed and the exception that was thrown