This class defines test case inheritance and aggregation. More...
#include <CTestImports.h>
Public Member Functions | |
| CTestImportSourcesSPtr | getSectionSources (CTestSpecification::SectionIds section, bool isConst) |
| Returns sources for inheritance and aggregation. | |
| bool | isEmpty () const override |
| This method returns true, if the object contains no data. | |
| bool | isMerged () const override |
| Returns true, if the CTestSpecification section containing this object is merged. | |
| virtual void | serialize (const isys::IEmitterSPtr &emitter) |
| Sends contents of this class to emitter. | |
| std::string | toString () override |
| Returns object data as YAML string. | |
Static Public Member Functions | |
| static CTestImportsSPtr | cast (CTestBaseSPtr &testBase) |
| Casts the given object to this class. | |
Protected Member Functions | |
| void | setStaticTagsAsConst () |
| This method is called by all objects which are immediately contained in CTestSpecification, for example CTestCoverage, CTestHIL, ... | |
This class defines test case inheritance and aggregation.
|
static |
Casts the given object to this class.
Returns NULL if input is NULL.
| IllegalArgumentException | if input object is not instance of this class. |
| CTestImportSourcesSPtr isys::CTestImports::getSectionSources | ( | CTestSpecification::SectionIds | section, |
| bool | isConst ) |
Returns sources for inheritance and aggregation.
|
overrideinherited |
This method returns true, if the object contains no data.
|
overridevirtual |
Returns true, if the CTestSpecification section containing this object is merged.
Reimplemented from isys::CTestBase.
|
virtualinherited |
Sends contents of this class to emitter.
Reimplemented in isys::CLogResult, and isys::CTestEnvironmentConfig.
|
overrideinherited |
Returns object data as YAML string.