public final class JkTestOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
fork
Turn it on to run tests in a withForking process.
|
java.lang.String |
jvmOptions
Argument passed to the JVM if tests are withForking.
|
boolean |
output
Turn it on to display System.out and System.err on console while executing tests.
|
JkUnit.JunitReportDetail |
report
Detail level for the test report
|
boolean |
runIT |
boolean |
skip
Turn it on to skip tests.
|
Constructor and Description |
---|
JkTestOptions() |
public boolean skip
public boolean fork
public java.lang.String jvmOptions
public JkUnit.JunitReportDetail report
public boolean output
public boolean runIT