Searched refs:ThrowException (Results 1 – 2 of 2) sorted by relevance
129 auto ThrowException = in TEST() local131 EXPECT_ANY_THROW(ThrowException()); in TEST()
109 void ThrowException() { throw T(); } in ThrowException() function129 #define THROW_EXCEPTION(CLASS) ThrowException<CLASS>()