Home
last modified time | relevance | path

Searched refs:ExceptionMessageMatcher (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3351 class ExceptionMessageMatcher : public MatcherBase<std::exception> { class
3355 ExceptionMessageMatcher(std::string const& message): in ExceptionMessageMatcher() function in Catch::Matchers::Exception::ExceptionMessageMatcher
3366 Exception::ExceptionMessageMatcher Message(std::string const& message);
11257 bool ExceptionMessageMatcher::match(std::exception const& ex) const { in match()
11261 std::string ExceptionMessageMatcher::describe() const { in describe()
11266 Exception::ExceptionMessageMatcher Message(std::string const& message) { in Message()
11267 return Exception::ExceptionMessageMatcher(message); in Message()