toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform.test
/
TestComponent
Test
Component
API
interface
TestComponent
:
SoftwareComponent
(
source
)
Represents a component that can run tests.
Since
4.5
Inheritors
SwiftXCTestBinary
CppTestExecutable
Members
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Run
Task
Link copied to clipboard
API
abstract
fun
getRunTask
(
)
:
Provider
<
out
Task
>
Returns the task that runs the tests for this component.