Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DToStringGeneral.tests.cpp133 struct WhatException : std::exception { struct
137 ~WhatException() override;
165 WhatException::~WhatException() = default;
173 …REQUIRE(::Catch::Detail::stringify(WhatException{}) == "This exception has overriden what() method…
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt326 ToStringGeneral.tests.cpp:<line number>: passed: ::Catch::Detail::stringify(WhatException{}) == "Th…
Dconsole.sw.approved.txt2393 …REQUIRE( ::Catch::Detail::stringify(WhatException{}) == "This exception has overriden what() metho…