Package org.gradle.nativeplatform.test
Interface TestSuiteComponent
-
- All Superinterfaces:
Named
,SoftwareComponent
- All Known Subinterfaces:
CppTestSuite
,SwiftXCTestSuite
public interface TestSuiteComponent extends SoftwareComponent
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Provider<? extends TestComponent>
getTestBinary()
Returns the binary to use as the default to run this test suite.
-
-
-
Method Detail
-
getTestBinary
Provider<? extends TestComponent> getTestBinary()
Returns the binary to use as the default to run this test suite.
-
-