-
public abstract class InstrumentationTestOptionsOptions for controlling instrumentation test execution
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanintegrityCheckEnabled
-
Constructor Summary
Constructors Constructor Description InstrumentationTestOptions()
-
Method Summary
Modifier and Type Method Description final BooleangetIntegrityCheckEnabled()Whether or not to check if the instrumentation tests are correctly set up. final UnitsetIntegrityCheckEnabled(Boolean integrityCheckEnabled)Whether or not to check if the instrumentation tests are correctly set up. final Unitinvoke(Function1<InstrumentationTestOptions, Unit> config)final UnitintegrityCheckEnabled(Boolean state)Whether or not to check if the instrumentation tests are correctly set up. -
-
Method Detail
-
getIntegrityCheckEnabled
final Boolean getIntegrityCheckEnabled()
Whether or not to check if the instrumentation tests are correctly set up. If this is disabled, the plugin won't raise an error during evaluation if the instrumentation libraries or the test runner are missing.
-
setIntegrityCheckEnabled
final Unit setIntegrityCheckEnabled(Boolean integrityCheckEnabled)
Whether or not to check if the instrumentation tests are correctly set up. If this is disabled, the plugin won't raise an error during evaluation if the instrumentation libraries or the test runner are missing.
-
invoke
final Unit invoke(Function1<InstrumentationTestOptions, Unit> config)
-
integrityCheckEnabled
final Unit integrityCheckEnabled(Boolean state)
Whether or not to check if the instrumentation tests are correctly set up. If this is disabled, the plugin won't raise an error during evaluation if the instrumentation libraries or the test runner are missing.
-
-
-
-