Package org.gradle.nativeplatform.test
Interface TestSuiteComponent
- All Superinterfaces:
Named
,SoftwareComponent
- All Known Subinterfaces:
CppTestSuite
,SwiftXCTestSuite
Represents a component that defines a test suite.
- Since:
- 4.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionProvider<? extends TestComponent>
Returns the binary to use as the default to run this test suite.
-
Method Details
-
getTestBinary
Provider<? extends TestComponent> getTestBinary()Returns the binary to use as the default to run this test suite.
-