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 SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionThe directory containing the binary results produced by executing this test suite target.TheTesttask that runs the tests for the associated test suite.
- 
Method Details- 
getTestTaskTaskProvider<Test> getTestTask()TheTesttask that runs the tests for the associated test suite.- Returns:
- provider to the test task
 
- 
getBinaryResultsDirectoryDirectoryProperty getBinaryResultsDirectory()The directory containing the binary results produced by executing this test suite target.- Specified by:
- getBinaryResultsDirectoryin interface- TestSuiteTarget
- Returns:
- the binary results directory
 
 
-