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 SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionThe tested component.voidsetTestedComponent(ComponentSpec testedComponent) Sets the tested component.voidtesting(ComponentSpec testedComponent) Sets the tested component.Methods inherited from interface org.gradle.platform.base.ComponentSpecgetProjectPathMethods inherited from interface org.gradle.model.ModelElementgetDisplayNameMethods inherited from interface org.gradle.platform.base.SourceComponentSpecgetSourcesMethods inherited from interface org.gradle.platform.base.VariantComponentgetName, getVariantsMethods inherited from interface org.gradle.platform.base.VariantComponentSpecgetBinaries
- 
Method Details- 
getTestedComponentComponentSpec getTestedComponent()The tested component.
- 
setTestedComponentSets the tested component.- Parameters:
- testedComponent- the component under test
 
- 
testingSets the tested component.- Parameters:
- testedComponent- the component under test
 
 
-