This is a base class for all data objects in itest. More...
#include <CTestBase.h>
Public Member Functions | |
| bool | isEmpty () const override |
| This method returns true, if the object contains no data. | |
| virtual void | serialize (const isys::IEmitterSPtr &emitter) |
| Sends contents of this class to emitter. | |
| std::string | toString () override |
| Returns object data as YAML string. | |
Protected Member Functions | |
| void | setStaticTagsAsConst () |
| This method is called by all objects which are immediately contained in CTestSpecification, for example CTestCoverage, CTestHIL, ... | |
This is a base class for all data objects in itest.
It may contain other objects of derived types, lists of derived types, scalars, mappings and lists.
|
override |
This method returns true, if the object contains no data.
|
virtual |
Sends contents of this class to emitter.
Reimplemented in isys::CLogResult, and isys::CTestEnvironmentConfig.
|
override |
Returns object data as YAML string.