Package org.gradle.nativeplatform.test
Interface NativeTestSuiteSpec
- All Superinterfaces:
ComponentSpec
,GeneralComponentSpec
,ModelElement
,Named
,NativeComponentSpec
,SourceComponentSpec
,TestSuiteSpec
,VariantComponent
,VariantComponentSpec
- All Known Subinterfaces:
CUnitTestSuiteSpec
,GoogleTestTestSuiteSpec
A component representing a suite of tests that will be executed together.
- Since:
- 4.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Methods inherited from interface org.gradle.platform.base.ComponentSpec
getProjectPath
Methods inherited from interface org.gradle.model.ModelElement
getDisplayName
Methods inherited from interface org.gradle.nativeplatform.NativeComponentSpec
getBaseName, setBaseName
Methods inherited from interface org.gradle.platform.base.SourceComponentSpec
getSources
Methods inherited from interface org.gradle.testing.base.TestSuiteSpec
setTestedComponent, testing
Methods inherited from interface org.gradle.platform.base.VariantComponent
getName, getVariants
Methods inherited from interface org.gradle.platform.base.VariantComponentSpec
getBinaries
-
Method Details
-
getTestedComponent
NativeComponentSpec getTestedComponent()Description copied from interface:TestSuiteSpec
The tested component.- Specified by:
getTestedComponent
in interfaceTestSuiteSpec
-