toggle menu
gradle
8.11.1
API
switch theme
search in API
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
SwiftXCTestSuite
CppTestSuite
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.