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
/
TestComponent
Test
Component
API
interface
TestComponent
:
SoftwareComponent
(
source
)
Represents a component that can run tests.
Since
4.5
Inheritors
CppTestExecutable
SwiftXCTestBinary
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.