Package org.gradle.testing.base
Interface TestingExtension
This DSL element exists to contain a collection of 
TestSuites.- Since:
- 7.3
- 
Method SummaryModifier and TypeMethodDescriptionAvailable test suites in this project.
- 
Method Details- 
getSuitesExtensiblePolymorphicDomainObjectContainer<TestSuite> getSuites()Available test suites in this project. The type of test suites available depend on which other plugins are applied.
 
-