Searched refs:ExpectedExceptionType (Results 1 – 1 of 1) sorted by relevance
161 #define CHECK_THROW(expression, ExpectedExceptionType) \ argument165 catch (ExpectedExceptionType const&) { caught_ = true; } \168 …est::CurrentTest::Details(), __LINE__), "Expected exception: \"" #ExpectedExceptionType "\" not th…