Package org.gradle.testing.base
General purpose types for test suite support.
-
Interface Summary Interface Description TestingExtension This DSL element exists to contain a collection ofTestSuite
s.TestSuite Base test suite component.TestSuiteBinarySpec A binary which runs a suite of tests.TestSuiteContainer A container ofTestSuiteSpec
instances.TestSuiteSpec A component representing a suite of tests that will be built and executed together.TestSuiteTarget Base test suite target.TestSuiteTaskCollection Provides access to key tasks used by a test suite.