Home
last modified time | relevance | path

Searched refs:StringMakerException (Results 1 – 3 of 3) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DToStringGeneral.tests.cpp149 struct StringMakerException : std::exception { struct
150 ~StringMakerException() override;
157 struct StringMaker<StringMakerException> {
158 static std::string convert(StringMakerException const&) { in convert()
167 StringMakerException::~StringMakerException() = default;
175 REQUIRE(::Catch::Detail::stringify(StringMakerException{}) == "StringMakerException");
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt330 …>: passed: ::Catch::Detail::stringify(StringMakerException{}) == "StringMakerException" for: "Stri…
332 "StringMakerException"
Dconsole.sw.approved.txt2405 REQUIRE( ::Catch::Detail::stringify(StringMakerException{}) == "StringMakerException" )
2407 "StringMakerException"
2409 "StringMakerException"