Package org.gradle.nativeplatform.test
Interface NativeTestSuiteSpec
-
- All Superinterfaces:
ComponentSpec
,GeneralComponentSpec
,ModelElement
,Named
,NativeComponentSpec
,SourceComponentSpec
,TestSuiteSpec
,VariantComponent
,VariantComponentSpec
- All Known Subinterfaces:
CUnitTestSuiteSpec
,GoogleTestTestSuiteSpec
@Incubating public interface NativeTestSuiteSpec extends TestSuiteSpec, NativeComponentSpec
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NativeComponentSpec
getTestedComponent()
The tested component.-
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 Detail
-
getTestedComponent
NativeComponentSpec getTestedComponent()
Description copied from interface:TestSuiteSpec
The tested component.- Specified by:
getTestedComponent
in interfaceTestSuiteSpec
-
-