public class GCAfterTestDecorator extends MxRunListenerDecorator
| Constructor and Description |
|---|
GCAfterTestDecorator(MxRunListener l) |
| Modifier and Type | Method and Description |
|---|---|
void |
testFinished(org.junit.runner.Description description)
Called when an atomic test has finished, whether the test succeeds, fails or is ignored.
|
getWriter, testAssumptionFailure, testClassFinished, testClassFinishedDelimiter, testClassStarted, testClassStartedDelimiter, testFailed, testFinishedDelimiter, testIgnored, testRunFinished, testRunStarted, testStarted, testStartedDelimiter, testSucceededpublic GCAfterTestDecorator(MxRunListener l)
public void testFinished(org.junit.runner.Description description)
MxRunListenertestFinished in interface MxRunListenertestFinished in class MxRunListenerDecoratordescription - the description of the test that just ran