Package org.gradle.api.plugins.jvm
Interface JvmTestSuiteTarget
- All Superinterfaces:
Named
,TestSuiteTarget
Defines the target environment against which a
JvmTestSuite
will be run.- Since:
- 7.3
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionThe directory containing the binary results produced by executing this test suite target.TheTest
task that runs the tests for the associated test suite.
-
Method Details
-
getTestTask
TaskProvider<Test> getTestTask()TheTest
task that runs the tests for the associated test suite.- Returns:
- provider to the test task
-
getBinaryResultsDirectory
DirectoryProperty getBinaryResultsDirectory()The directory containing the binary results produced by executing this test suite target.- Specified by:
getBinaryResultsDirectory
in interfaceTestSuiteTarget
- Returns:
- the binary results directory
-