Home
last modified time | relevance | path

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

/external/catch2/examples/
D207-Rpt-TeamCityReporter.cpp88 struct MyExceptionMatcher : Catch::MatcherBase< std::runtime_error > struct
92 MyExceptionMatcher( char const * text ) in MyExceptionMatcher() argument
110 MyExceptionMatcher::~MyExceptionMatcher() = default; argument