Package org.gradle.testing.base
Interface TestSuiteSpec
- All Superinterfaces:
ComponentSpec
,GeneralComponentSpec
,ModelElement
,Named
,SourceComponentSpec
,VariantComponent
,VariantComponentSpec
- All Known Subinterfaces:
CUnitTestSuiteSpec
,GoogleTestTestSuiteSpec
,NativeTestSuiteSpec
A component representing a suite of tests that will be built and executed together.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionThe tested component.void
setTestedComponent
(ComponentSpec testedComponent) Sets the tested component.void
testing
(ComponentSpec testedComponent) Sets 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.platform.base.SourceComponentSpec
getSources
Methods inherited from interface org.gradle.platform.base.VariantComponent
getName, getVariants
Methods inherited from interface org.gradle.platform.base.VariantComponentSpec
getBinaries
-
Method Details
-
getTestedComponent
ComponentSpec getTestedComponent()The tested component. -
setTestedComponent
Sets the tested component.- Parameters:
testedComponent
- the component under test
-
testing
Sets the tested component.- Parameters:
testedComponent
- the component under test
-