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 SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the task that runs the tests for this component.
- 
Method Details- 
getRunTaskReturns the task that runs the tests for this component.
 
-