org.gradle.nativebinaries.test
[Java] Interface ProjectComponentTestSuite
org.gradle.nativebinaries.test.TestSuite
org.gradle.nativebinaries.test.ProjectComponentTestSuite
org.gradle.nativebinaries.ProjectNativeComponent
org.gradle.api.Named
- All Superinterfaces:
- TestSuite, ProjectNativeComponent, Named
@Incubating
public interface ProjectComponentTestSuite
extends TestSuite
A suite of tests for a project component.
getTestedComponent
public ProjectNativeComponent getTestedComponent()
- The tested component.
Gradle API 1.12