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, testSucceeded
public GCAfterTestDecorator(MxRunListener l)
public void testFinished(org.junit.runner.Description description)
MxRunListener
testFinished
in interface MxRunListener
testFinished
in class MxRunListenerDecorator
description
- the description of the test that just ran