Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp80 class ExceptionMatcher : public Catch::MatcherBase<SpecialException> { class
83 ExceptionMatcher(int i) : m_expected(i) {} in ExceptionMatcher() function in __anon51ee7e2c0111::MatchersTests::ExceptionMatcher