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 Named
Named.Namer -
Method Summary
Methods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface ModelElement
getDisplayNameMethods inherited from interface NativeComponentSpec
getBaseName, setBaseNameMethods inherited from interface SourceComponentSpec
getSourcesMethods inherited from interface TestSuiteSpec
setTestedComponent, testingMethods inherited from interface VariantComponent
getName, getVariantsMethods inherited from interface VariantComponentSpec
getBinaries
-
Method Details
-
getTestedComponent
NativeComponentSpec getTestedComponent()Description copied from interface:TestSuiteSpecThe tested component.- Specified by:
getTestedComponentin interfaceTestSuiteSpec
-