gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.nativeplatform.test
/
TestSuiteComponent
Test
Suite
Component
API
interface
TestSuiteComponent
:
SoftwareComponent
(
source
)
Represents a component that defines a test suite.
Since
4.5
Inheritors
CppTestSuite
SwiftXCTestSuite
Members
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Test
Binary
Link copied to clipboard
API
abstract
fun
getTestBinary
(
)
:
Provider
<
out
TestComponent
>
Returns the binary to use as the default to run this test suite.