Searched refs:WhatException (Results 1 – 3 of 3) sorted by relevance
133 struct WhatException : std::exception { struct137 ~WhatException() override;165 WhatException::~WhatException() = default;173 …REQUIRE(::Catch::Detail::stringify(WhatException{}) == "This exception has overriden what() method…
326 ToStringGeneral.tests.cpp:<line number>: passed: ::Catch::Detail::stringify(WhatException{}) == "Th…
2393 …REQUIRE( ::Catch::Detail::stringify(WhatException{}) == "This exception has overriden what() metho…