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