| 50 | virtual ~cmCTestGenericHandler(); |
| 51 | |
| 52 | void SetSubmitIndex(int idx) { this->SubmitIndex = idx; } |
| 53 | int GetSubmitIndex() { return this->SubmitIndex; } |
| 54 | |
| 55 | void SetAppendXML(bool b) { this->AppendXML = b; } |
no outgoing calls
no test coverage detected