| 56 | } |
| 57 | |
| 58 | static void SignalUnknownAlgorithmError(const std::string& algType) |
| 59 | { |
| 60 | OutputTestData(*s_currentTestData); |
| 61 | throw Exception(Exception::OTHER_ERROR, "Unknown algorithm " + algType + " during validation test"); |
| 62 | } |
| 63 | |
| 64 | static void SignalTestError() |
| 65 | { |
no test coverage detected