Package org.gradle.nativeplatform.test
Interface TestComponent
- All Superinterfaces:
Named
,SoftwareComponent
- All Known Subinterfaces:
CppTestExecutable
,SwiftXCTestBinary
,SwiftXCTestBundle
,SwiftXCTestExecutable
Represents a component that can run tests.
- Since:
- 4.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionReturns the task that runs the tests for this component.
-
Method Details
-
getRunTask
Returns the task that runs the tests for this component.
-