gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.nativeplatform.test
/
TestComponent
Test
Component
interface
TestComponent
:
SoftwareComponent
Represents a component that can run tests.
Inheritors
CppTestExecutable
SwiftXCTestBinary
Members
Functions
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
get
Run
Task
Link copied to clipboard
abstract
fun
getRunTask
(
)
:
Provider
<
out
Task
>
Returns the task that runs the tests for this component.