Searched refs:UT_CATCH (Results 1 – 3 of 3) sorted by relevance
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | ExceptionMacros.h | 9 …#define UT_CATCH(ExceptionType, ExceptionName, CatchBody) catch(ExceptionType& ExceptionName) Catc… macro 14 #define UT_CATCH(ExceptionType, ExceptionName, CatchBody) macro
|
| H A D | CheckMacros.h | 44 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 D | TestMacros.h | 88 UT_CATCH (UnitTest::AssertException, e, \ 92 UT_CATCH (std::exception, e, \
|