Searched defs:MyExceptionMatcher (Results 1 – 1 of 1) sorted by relevance
88 struct MyExceptionMatcher : Catch::MatcherBase< std::runtime_error > struct92 MyExceptionMatcher( char const * text ) in MyExceptionMatcher() function110 MyExceptionMatcher::~MyExceptionMatcher() = default; argument