Interface TestSuiteSpec
- All Superinterfaces:
ComponentSpec, GeneralComponentSpec, ModelElement, Named, SourceComponentSpec, VariantComponent, VariantComponentSpec
- All Known Subinterfaces:
CUnitTestSuiteSpec, GoogleTestTestSuiteSpec, JUnitTestSuiteSpec, JvmTestSuiteSpec, NativeTestSuiteSpec
A component representing a suite of tests that will be built and executed together.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionThe tested component.voidsetTestedComponent(ComponentSpec testedComponent) Sets the tested component.voidtesting(ComponentSpec testedComponent) Sets the tested component.Methods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface ModelElement
getDisplayNameMethods inherited from interface SourceComponentSpec
getSourcesMethods inherited from interface VariantComponent
getName, getVariantsMethods inherited from interface 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
-