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 SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionDomainObjectCollection<? extends TestSuiteTarget> Available targets for this test suite.
- 
Method Details- 
getTargetsDomainObjectCollection<? extends TestSuiteTarget> getTargets()Available targets for this test suite.
 
-