Searched defs:ExceptionMatcher (Results 1 – 1 of 1) sorted by relevance
80 class ExceptionMatcher : public Catch::MatcherBase<SpecialException> { class83 ExceptionMatcher(int i) : m_expected(i) {} in ExceptionMatcher() function in __anon51ee7e2c0111::MatchersTests::ExceptionMatcher