| 62 | } |
| 63 | |
| 64 | static void SignalTestError() |
| 65 | { |
| 66 | OutputTestData(*s_currentTestData); |
| 67 | throw Exception(Exception::OTHER_ERROR, "Unexpected error during validation test"); |
| 68 | } |
| 69 | |
| 70 | bool DataExists(const TestData &data, const char *name) |
| 71 | { |
no test coverage detected