Class StringMatcherBase

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class StringMatcherBase : public Catch::Matchers::MatcherBase<std::string>

Subclassed by Catch::Matchers::EndsWithMatcher, Catch::Matchers::StartsWithMatcher, Catch::Matchers::StringContainsMatcher, Catch::Matchers::StringEqualsMatcher

Public Functions

StringMatcherBase(StringRef operation, CasedString const &comparator)
virtual std::string describe() const override

Protected Attributes

CasedString m_comparator
StringRef m_operation