Class RegexMatcher
Defined in File catch_amalgamated.hpp
Inheritance Relationships
Base Type
public Catch::Matchers::MatcherBase< std::string >
(Template Class MatcherBase)
Class Documentation
-
class RegexMatcher : public Catch::Matchers::MatcherBase<std::string>
Public Functions
-
RegexMatcher(std::string regex, CaseSensitive caseSensitivity)
-
virtual bool match(std::string const &matchee) const override
-
virtual std::string describe() const override
-
RegexMatcher(std::string regex, CaseSensitive caseSensitivity)