api / org.gradle.testing.base

Package org.gradle.testing.base

Types

TestSuiteBinarySpec

interface TestSuiteBinarySpec : BinarySpec

A binary which runs a suite of tests.

TestSuiteContainer

interface TestSuiteContainer : ModelMap<TestSuiteSpec>

A container of TestSuiteSpec instances.

TestSuiteSpec

interface TestSuiteSpec : GeneralComponentSpec

A component representing a suite of tests that will be built and executed together.

TestSuiteTaskCollection

interface TestSuiteTaskCollection : BinaryTasksCollection

Provides access to key tasks used by a test suite.