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 );
352 REQUIRE_NOTHROW( throwCustom() )363 REQUIRE_THROWS_AS( throwCustom(), std::exception )
333 …led: unexpected exception with message: 'custom exception - not std'; expression was: throwCustom()334 … exception with message: 'custom exception - not std'; expression was: throwCustom(), std::excepti…
2596 REQUIRE_NOTHROW( throwCustom() )2607 REQUIRE_THROWS_AS( throwCustom(), std::exception )