Template Class ExceptionMessageMatchesMatcher
Defined in File catch_amalgamated.hpp
Inheritance Relationships
Base Type
public Catch::Matchers::MatcherBase< std::exception >
(Template Class MatcherBase)
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
-
inline ExceptionMessageMatchesMatcher(StringMatcherType matcher)