Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestUnitTestPP.cpp52 CHECK_THROW(throw TestException(), TestException); in TEST()
72 CHECK_THROW(DontThrow(), int); in TEST()
95 CHECK_THROW(throw "oops", int); in TEST()
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DCheckMacros.h161 #define CHECK_THROW(expression, ExpectedExceptionType) \ macro
175 CHECK_THROW(expression, UnitTest::AssertException); \