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