Table of Contents
| API Documentation: | JvmTestSuiteTarget | 
|---|
Note: This class is incubating and may change in a future version of Gradle.
Defines the target environment against which a JvmTestSuite will be run.
| Property | Description | 
| binaryResultsDirectory | Incubating The directory containing the binary results produced by executing this test suite target. | 
| testTask | Incubating The  | 
Note: This property is incubating and may change in a future version of Gradle.
The directory containing the binary results produced by executing this test suite target.
TaskProvider<Test>testTask
TaskProvider<Test>Note: This property is incubating and may change in a future version of Gradle.
The Test task that runs the tests for the associated test suite.