TestOptions

Options for running tests.

Properties

PropertyDescription
animationsDisabled

Disables animations during instrumented tests.

reportDir

Name of the reports directory.

resultsDir

Name of the results directory.

unitTests

Configures unit test options.

Methods

No methods

Script blocks

BlockDescription
unitTests

Configures unit test options.

Property details

boolean animationsDisabled

Disables animations during instrumented tests.

String reportDir

Name of the reports directory.

String resultsDir

Name of the results directory.

UnitTestOptions unitTests

Configures unit test options.

Script block details

unitTests { }

Configures unit test options.

Delegates to:
UnitTestOptions from unitTests