Class StreamFlusherDecorator
java.lang.Object
org.junit.runner.notification.RunListener
com.carrotsearch.ant.tasks.junit4.slave.BeforeAfterRunListenerDecorator
com.carrotsearch.ant.tasks.junit4.slave.StreamFlusherDecorator
Flushes
System.out and System.err before
passing the event to the delegate.-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BeforeAfterRunListenerDecorator
after, testAssumptionFailure, testFailure, testFinished, testIgnored, testRunFinished, testRunStarted, testStartedMethods inherited from class org.junit.runner.notification.RunListener
testSuiteFinished, testSuiteStarted
-
Constructor Details
-
StreamFlusherDecorator
public StreamFlusherDecorator(org.junit.runner.notification.RunListener delegate)
-
-
Method Details
-
before
protected void before()- Overrides:
beforein classBeforeAfterRunListenerDecorator
-