Lines Matching refs:messageLabel
16091 messageLabel = "with message"; in ConsoleAssertionPrinter()
16093 messageLabel = "with messages"; in ConsoleAssertionPrinter()
16104 messageLabel = "with message"; in ConsoleAssertionPrinter()
16106 messageLabel = "with messages"; in ConsoleAssertionPrinter()
16111 messageLabel = "due to unexpected exception with "; in ConsoleAssertionPrinter()
16113 messageLabel += "message"; in ConsoleAssertionPrinter()
16115 messageLabel += "messages"; in ConsoleAssertionPrinter()
16120 messageLabel = "due to a fatal error condition"; in ConsoleAssertionPrinter()
16125 messageLabel = "because no exception was thrown where one was expected"; in ConsoleAssertionPrinter()
16128 messageLabel = "info"; in ConsoleAssertionPrinter()
16131 messageLabel = "warning"; in ConsoleAssertionPrinter()
16137 messageLabel = "explicitly with message"; in ConsoleAssertionPrinter()
16139 messageLabel = "explicitly with messages"; in ConsoleAssertionPrinter()
16186 if (!messageLabel.empty()) in printMessage()
16187 stream << messageLabel << ':' << '\n'; in printMessage()
16204 std::string messageLabel; member in Catch::__anon9bf70de84b11::ConsoleAssertionPrinter