Template Class ExceptionMessageMatchesMatcher

Inheritance Relationships

Base Type

Class Documentation

template<typename StringMatcherType>
class ExceptionMessageMatchesMatcher : public Catch::Matchers::MatcherBase<std::exception>

Public Functions

inline ExceptionMessageMatchesMatcher(StringMatcherType matcher)
inline virtual bool match(std::exception const &ex) const override
inline virtual std::string describe() const override