Package 

Class InstrumentationTestOptions

    • Constructor Detail

      • InstrumentationTestOptions

        InstrumentationTestOptions()
    • Method Detail

      • 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.

      • 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.