Class ReproduceInfoPrinter
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- com.carrotsearch.randomizedtesting.listeners.ReproduceInfoPrinter
-
public class ReproduceInfoPrinter extends org.junit.runner.notification.RunListener
ARunListener
that emits toSystem.err
a string with command line parameters allowing quick test re-run under ANT command line.
-
-
Constructor Summary
Constructors Constructor Description ReproduceInfoPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testFailure(org.junit.runner.notification.Failure failure)
-