Package org.gradle.api.plugins.jvm
Interface JvmTestSuiteTarget
-
- All Superinterfaces:
Named
,TestSuiteTarget
@Incubating public interface JvmTestSuiteTarget extends TestSuiteTarget
Defines the target environment against which aJvmTestSuite
will be run.- Since:
- 7.3
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskProvider<Test>
getTestTask()
TheTest
task that runs the tests for the associated test suite.
-
-
-
Method Detail
-
getTestTask
TaskProvider<Test> getTestTask()
TheTest
task that runs the tests for the associated test suite.- Returns:
- provider to the test task
-
-