Home
last modified time | relevance | path

Searched defs:CatchBody (Results 1 – 1 of 1) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DExceptionMacros.h9 …#define UT_CATCH(ExceptionType, ExceptionName, CatchBody) catch(ExceptionType& ExceptionName) Catc… argument
10 #define UT_CATCH_ALL(CatchBody) catch(...) CatchBody argument
14 #define UT_CATCH(ExceptionType, ExceptionName, CatchBody) argument
15 #define UT_CATCH_ALL(CatchBody) argument