This class defines expected values for stack usage during test.
|
| CTestStackUsage () |
| Default ctor.
|
|
| CTestStackUsage (const CTestBaseSPtr &parent) |
| Initializes new instance. More...
|
|
std::string | getMaxUsedSize () |
| Returns max stack size - at most that amount of stack is expected to be used during test.
|
|
std::string | getMinUsedSize () |
| Returns min stack size - at least that amount of stack is expected to be used during test.
|
|
virtual bool | isEmpty () const |
| This method returns true, if the object contains no data.
|
|
bool | isMerged () const |
| Returns true, if the CTestSpecification section containing this object is merged. More...
|
|
virtual void | serialize (const isys::IEmitterSPtr &emitter) |
| Sends contents of this class to emitter.
|
|
void | setMaxUsedSize (int maxSize) |
| Sets min stack size - at least that amount of stack is expected to be used during test.
|
|
void | setMinUsedSize (int minSize) |
| Sets max stack size - at most that amount of stack is expected to be used during test.
|
|
virtual std::string | toString () |
| Returns object data as YAML string.
|
|