| 55 | void SetAppendXML(bool b) { this->AppendXML = b; } |
| 56 | void SetQuiet(bool b) { this->Quiet = b; } |
| 57 | bool GetQuiet() { return this->Quiet; } |
| 58 | void SetTestLoad(unsigned long load) { this->TestLoad = load; } |
| 59 | unsigned long GetTestLoad() const { return this->TestLoad; } |
| 60 |
no outgoing calls
no test coverage detected