Class ReproduceErrorMessageBuilder
java.lang.Object
com.carrotsearch.randomizedtesting.ReproduceErrorMessageBuilder
A builder for constructing "reproduce with" message.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionappendAllOpts
(org.junit.runner.Description description) Append all JVM options that may help in reproducing the error.Append a single VM option.
-
Field Details
-
b
-
-
Constructor Details
-
ReproduceErrorMessageBuilder
public ReproduceErrorMessageBuilder() -
ReproduceErrorMessageBuilder
-
-
Method Details
-
appendAllOpts
Append all JVM options that may help in reproducing the error. Options are appended to the provided StringBuilder in the "command-line" syntax of:-Doption="value"
- Parameters:
description
- Suite or test description.
-
appendEnvironmentSettings
-
appendTestGroupOptions
-
appendRunnerProperties
-
appendOpt
Append a single VM option.
-