Searched defs:errorMessage (Results 1 – 4 of 4) sorted by relevance
108 # define expect_failure(text, errorCode, errorMessage) \ argument
214 const char *errorMessage, const char *file, int lineno) { in _expect_failure()
452 const char *errorMessage = "Unable to store NOTATION for output\n"; in notationDecl() local
8930 auto errorMessage() const -> std::string { return m_errorMessage; } in errorMessage() function in Catch::clara::detail::BasicResult