api / org.gradle.testing.base / TestSuiteSpec

TestSuiteSpec

@Incubating interface TestSuiteSpec : GeneralComponentSpec

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

Functions

getTestedComponent

abstract fun getTestedComponent(): ComponentSpec

The tested component.

setTestedComponent

abstract fun setTestedComponent(testedComponent: ComponentSpec): Unit

Sets the tested component.

testing

abstract fun testing(testedComponent: ComponentSpec): Unit

Sets the tested component.

Inheritors

JvmTestSuiteSpec

interface JvmTestSuiteSpec : TestSuiteSpec, JvmComponentSpec

Base type for all JVM test suites.

NativeTestSuiteSpec

interface NativeTestSuiteSpec : TestSuiteSpec, NativeComponentSpec

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