Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DExceptionMacros.h9 …#define UT_CATCH(ExceptionType, ExceptionName, CatchBody) catch(ExceptionType& ExceptionName) Catc… macro
14 #define UT_CATCH(ExceptionType, ExceptionName, CatchBody) macro
H A DCheckMacros.h44 UT_CATCH (std::exception, e, \
64 UT_CATCH (std::exception, e, \
84 UT_CATCH (std::exception, e, \
104 UT_CATCH (std::exception, e, \
124 UT_CATCH (std::exception, e, \
144 UT_CATCH (std::exception, e, \
H A DTestMacros.h88 UT_CATCH (UnitTest::AssertException, e, \
92 UT_CATCH (std::exception, e, \