gradle
8.6-rc-2
API
gradle
/
org.gradle.nativeplatform.test
/
TestComponent
Test
Component
API
interface
TestComponent
:
SoftwareComponent
(
source
)
Represents a component that can run tests.
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.