Lines Matching defs:what
82 [[maybe_unused]] std::string_view what{"failed to write formatted output"};
84 e.what() == what,
85 TEST_WRITE_CONCATENATED("\nExpected exception ", what, "\nActual exception ", e.what(), '\n'));
98 [[maybe_unused]] std::string_view what{
101 e.what() == what,
102 TEST_WRITE_CONCATENATED("\nExpected exception ", what, "\nActual exception ", e.what(), '\n'));