Class RegexMatcher

Inheritance Relationships

Base Type

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