Searched refs:ExceptionMessageMatcher (Results 1 – 5 of 5) sorted by relevance
15 bool ExceptionMessageMatcher::match(std::exception const& ex) const { in match()19 std::string ExceptionMessageMatcher::describe() const { in describe()24 Exception::ExceptionMessageMatcher Message(std::string const& message) { in Message()25 return Exception::ExceptionMessageMatcher(message); in Message()
16 class ExceptionMessageMatcher : public MatcherBase<std::exception> { class20 ExceptionMessageMatcher(std::string const& message): in ExceptionMessageMatcher() function in Catch::Matchers::Exception::ExceptionMessageMatcher31 Exception::ExceptionMessageMatcher Message(std::string const& message);
133 is `ExceptionMessageMatcher`, and we also provide a helper function139 > `ExceptionMessageMatcher` was introduced in Catch 2.10.0
3369 class ExceptionMessageMatcher : public MatcherBase<std::exception> { class3373 ExceptionMessageMatcher(std::string const& message): in ExceptionMessageMatcher() function in Catch::Matchers::Exception::ExceptionMessageMatcher3384 Exception::ExceptionMessageMatcher Message(std::string const& message);11305 bool ExceptionMessageMatcher::match(std::exception const& ex) const { in match()11309 std::string ExceptionMessageMatcher::describe() const { in describe()11314 Exception::ExceptionMessageMatcher Message(std::string const& message) { in Message()11315 return Exception::ExceptionMessageMatcher(message); in Message()
3395 class ExceptionMessageMatcher : public MatcherBase<std::exception> { class3399 ExceptionMessageMatcher(std::string const& message): in ExceptionMessageMatcher() function in Catch::Matchers::Exception::ExceptionMessageMatcher3410 Exception::ExceptionMessageMatcher Message(std::string const& message);11367 bool ExceptionMessageMatcher::match(std::exception const& ex) const { in match()11371 std::string ExceptionMessageMatcher::describe() const { in describe()11376 Exception::ExceptionMessageMatcher Message(std::string const& message) { in Message()11377 return Exception::ExceptionMessageMatcher(message); in Message()