Improve the reporting of specification errors

This commit is contained in:
Alexander Bock
2023-02-13 22:16:23 +01:00
parent a61d98c268
commit 6468964f68
12 changed files with 36 additions and 46 deletions
@@ -121,6 +121,8 @@ struct SpecificationError : public ghoul::RuntimeError {
TestResult result;
};
void logError(const SpecificationError& error, std::string component = "");
struct Verifier;
/**