Improve the reporting of specification errors

This commit is contained in:
Alexander Bock
2023-02-13 22:16:23 +01:00
parent b38db8a050
commit c242104baf
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;
/**