org.gradle.nativebinaries.test
[Java] Interface ProjectComponentTestSuite
org.gradle.api.Named
org.gradle.nativebinaries.ProjectNativeComponent
org.gradle.nativebinaries.test.TestSuite
org.gradle.nativebinaries.test.ProjectComponentTestSuite
- All Superinterfaces:
- Named, ProjectNativeComponent, TestSuite
@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-rc-1