| 53 | int GetSubmitIndex() { return this->SubmitIndex; } |
| 54 | |
| 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; } |
no outgoing calls
no test coverage detected