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
Flushes System.out and System.err before passing the event to the delegate.
  • Constructor Details

    • StreamFlusherDecorator

      public StreamFlusherDecorator(org.junit.runner.notification.RunListener delegate)
  • Method Details