-
public final class InstrumentationTestOptionsOptions for controlling instrumentation test execution
-
-
Constructor Summary
Constructors Constructor Description InstrumentationTestOptions()
-
Method Summary
Modifier and Type Method Description final Unitinvoke(Function1<InstrumentationTestOptions, Unit> config)final UnitintegrityCheckEnabled(Boolean state)Whether or not to check if the instrumentation tests are correctly set up. final Unitenabled(Boolean state)final Unitversion(String version)final BooleangetIntegrityCheckEnabled()Whether or not to check if the instrumentation tests are correctly set up. final BooleangetEnabled()final StringgetVersion()final UnitsetIntegrityCheckEnabled(Boolean integrityCheckEnabled)Whether or not to check if the instrumentation tests are correctly set up. final UnitsetEnabled(@Deprecated(message = "This does not do anything anymore and can be safely removed") Boolean enabled)final UnitsetVersion(@Deprecated(message = "This does not do anything anymore and can be safely removed") String version)-
-
Method Detail
-
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.
-
enabled
@Deprecated(message = "This does not do anything anymore and can be safely removed") final Unit enabled(Boolean state)
-
version
@Deprecated(message = "This does not do anything anymore and can be safely removed") final Unit version(String version)
-
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.
-
getEnabled
final Boolean getEnabled()
-
getVersion
final String getVersion()
-
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.
-
setEnabled
final Unit setEnabled(@Deprecated(message = "This does not do anything anymore and can be safely removed") Boolean enabled)
-
setVersion
final Unit setVersion(@Deprecated(message = "This does not do anything anymore and can be safely removed") String version)
-
-
-
-