Lines Matching refs:SpecialException
2419 CHECK_THROWS_MATCHES( doesNotThrow(), SpecialException, ExceptionMatcher{1} )
2423 REQUIRE_THROWS_MATCHES( doesNotThrow(), SpecialException, ExceptionMatcher{1} )
2434 CHECK_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
2439 REQUIRE_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
2451 CHECK_THROWS_MATCHES( throws(3), SpecialException, ExceptionMatcher{1} )
2453 SpecialException::what special exception has value of 1
2456 REQUIRE_THROWS_MATCHES( throws(4), SpecialException, ExceptionMatcher{1} )
2458 SpecialException::what special exception has value of 1
2467 CHECK_THROWS_MATCHES( throws(1), SpecialException, ExceptionMatcher{1} )
2469 SpecialException::what special exception has value of 1
2472 REQUIRE_THROWS_MATCHES( throws(2), SpecialException, ExceptionMatcher{2} )
2474 SpecialException::what special exception has value of 2