Lines Matching defs:what
67 auto test_exception = []<class... Args>([[maybe_unused]] std::string_view what,
77 e.what() == what,
79 "\nFormat string ", fmt, "\nExpected exception ", what, "\nActual exception ", e.what(), '\n'));
98 [[maybe_unused]] std::string_view what{"failed to write formatted output"};
100 e.what() == what,
101 TEST_WRITE_CONCATENATED("\nExpected exception ", what, "\nActual exception ", e.what(), '\n'));
114 [[maybe_unused]] std::string_view what{
117 e.what() == what,
118 TEST_WRITE_CONCATENATED("\nExpected exception ", what, "\nActual exception ", e.what(), '\n'));