Package org.gradle.testing.base
Interface TestSuite
- All Superinterfaces:
Named
- All Known Subinterfaces:
JvmTestSuite
Base test suite component. A test suite is a collection of tests.
- Since:
- 7.3
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionDomainObjectCollection<? extends TestSuiteTarget>
Available targets for this test suite.
-
Method Details
-
getTargets
DomainObjectCollection<? extends TestSuiteTarget> getTargets()Available targets for this test suite.
-