JvmTestSuiteTarget

Defines the target environment against which a JvmTestSuite will be run.

Since

7.3

Functions

Link copied to clipboard
The directory containing the binary results produced by executing this test suite target.
Link copied to clipboard
abstract fun getName(): String
The object's name.
Link copied to clipboard
abstract fun getTestTask(): TaskProvider<Test>
The Test task that runs the tests for the associated test suite.