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 TypeMethodDescriptionTheTesttask that runs the tests for the associated test suite.
-
Method Details
-
getTestTask
TaskProvider<Test> getTestTask()TheTesttask that runs the tests for the associated test suite.- Returns:
- provider to the test task
-