Groovy Documentation

org.gradle.nativebinaries.test
[Java] Interface ProjectComponentTestSuite


@Incubating
public interface ProjectComponentTestSuite

A suite of tests for a project component.


Method Summary
ProjectNativeComponent getTestedComponent()

The tested component.

 

Method Detail

getTestedComponent

public ProjectNativeComponent getTestedComponent()
The tested component.


 

Gradle API 1.11-rc-1