Class ReproduceInfoPrinter
java.lang.Object
org.junit.runner.notification.RunListener
com.carrotsearch.randomizedtesting.listeners.ReproduceInfoPrinter
public class ReproduceInfoPrinter
extends org.junit.runner.notification.RunListener
A
RunListener
that emits to System.err
a string with command
line parameters allowing quick test re-run under ANT command line.-
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
Modifier and TypeMethodDescriptionvoid
testFailure
(org.junit.runner.notification.Failure failure) Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFinished, testIgnored, testRunFinished, testRunStarted, testStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
ReproduceInfoPrinter
public ReproduceInfoPrinter()
-
-
Method Details
-
testFailure
- Overrides:
testFailure
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-