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.out
andSystem.err
before 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 void
before()
-
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:
before
in classBeforeAfterRunListenerDecorator
-
-