Searched refs:throwCustom (Results 1 – 4 of 4) sorted by relevance
71 [[noreturn]] void throwCustom() { in throwCustom() function151 REQUIRE_NOTHROW( throwCustom() );155 REQUIRE_THROWS_AS( throwCustom(), std::exception );
260 REQUIRE_NOTHROW( throwCustom() )271 REQUIRE_THROWS_AS( throwCustom(), std::exception )
294 …led: unexpected exception with message: 'custom exception - not std'; expression was: throwCustom()295 … exception with message: 'custom exception - not std'; expression was: throwCustom(), std::excepti…
2169 REQUIRE_NOTHROW( throwCustom() )2180 REQUIRE_THROWS_AS( throwCustom(), std::exception )