Class StreamFlusherDecorator
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- com.carrotsearch.ant.tasks.junit4.slave.BeforeAfterRunListenerDecorator
-
- com.carrotsearch.ant.tasks.junit4.slave.StreamFlusherDecorator
-
public final class StreamFlusherDecorator extends BeforeAfterRunListenerDecorator
FlushesSystem.outandSystem.errbefore passing the event to the delegate.
-
-
Constructor Summary
Constructors Constructor Description StreamFlusherDecorator(org.junit.runner.notification.RunListener delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbefore()-
Methods inherited from class com.carrotsearch.ant.tasks.junit4.slave.BeforeAfterRunListenerDecorator
after, testAssumptionFailure, testFailure, testFinished, testIgnored, testRunFinished, testRunStarted, testStarted
-
-
-
-
Method Detail
-
before
protected void before()
- Overrides:
beforein classBeforeAfterRunListenerDecorator
-
-