api / org.gradle.nativeplatform.test / TestSuiteComponent

TestSuiteComponent

@Incubating interface TestSuiteComponent : SoftwareComponent

Represents a component that defines a test suite.

Since
4.5

Functions

getTestBinary

abstract fun getTestBinary(): Provider<out TestComponent>

Returns the binary to use as the default to run this test suite.

Inheritors

CppTestSuite

interface CppTestSuite : CppComponent, TestSuiteComponent

A C++ test suite.

SwiftXCTestSuite

interface SwiftXCTestSuite : SwiftComponent, TestSuiteComponent

A XCTest suite, implemented in Swift.