Lines Matching defs:what
60 auto test_exception = []<class... Args>([[maybe_unused]] std::string_view what,
70 e.what() == what,
72 "\nFormat string ", fmt, "\nExpected exception ", what, "\nActual exception ", e.what(), '\n'));
91 [[maybe_unused]] std::string_view what{"failed to write formatted output"};
93 e.what() == what,
94 TEST_WRITE_CONCATENATED("\nExpected exception ", what, "\nActual exception ", e.what(), '\n'));
107 [[maybe_unused]] std::string_view what{
110 e.what() == what,
111 TEST_WRITE_CONCATENATED("\nExpected exception ", what, "\nActual exception ", e.what(), '\n'));