Home
last modified time | relevance | path

Searched refs:ExpectedExceptionType (Results 1 – 1 of 1) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DCheckMacros.h161 #define CHECK_THROW(expression, ExpectedExceptionType) \ argument
165 catch (ExpectedExceptionType const&) { caught_ = true; } \
168 …est::CurrentTest::Details(), __LINE__), "Expected exception: \"" #ExpectedExceptionType "\" not th…