Groovy Documentation

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.


Method Summary
ProjectNativeComponent getTestedComponent()

The tested component.

 
Methods inherited from interface ProjectNativeComponent
getBaseName, getBinaries, getDisplayName, getSource, setBaseName, source
 
Methods inherited from interface Named
getName
 

Method Detail

getTestedComponent

public ProjectNativeComponent getTestedComponent()
The tested component.


 

Gradle API 1.12