Searched refs:CHECK_THROW (Results 1 – 2 of 2) sorted by relevance
52 CHECK_THROW(throw TestException(), TestException); in TEST()72 CHECK_THROW(DontThrow(), int); in TEST()95 CHECK_THROW(throw "oops", int); in TEST()
161 #define CHECK_THROW(expression, ExpectedExceptionType) \ macro175 CHECK_THROW(expression, UnitTest::AssertException); \