| 215 | } |
| 216 | |
| 217 | void |
| 218 | prepCallTest(bool toFail, PluginDebugObject *debugObject) |
| 219 | { |
| 220 | debugObject->clear(); |
| 221 | debugObject->fail = toFail; // Tell the mock init to succeed or succeed. |
| 222 | } |
| 223 | |
| 224 | void |
| 225 | checkCallTest(bool shouldHaveFailed, bool result, const std::string &error, std::string &expectedError, int &called) |
no test coverage detected