Horizon
Loading...
Searching...
No Matches
Catch::Matchers::StringMatcherBase Class Reference
Inheritance diagram for Catch::Matchers::StringMatcherBase:
Catch::Matchers::MatcherBase< std::string > Catch::Matchers::MatcherUntypedBase Catch::Matchers::EndsWithMatcher Catch::Matchers::StartsWithMatcher Catch::Matchers::StringContainsMatcher Catch::Matchers::StringEqualsMatcher

Public Member Functions

 StringMatcherBase (StringRef operation, CasedString const &comparator)
std::string describe () const override
Public Member Functions inherited from Catch::Matchers::MatcherBase< std::string >
virtual bool match (std::string const &arg) const=0
Public Member Functions inherited from Catch::Matchers::MatcherUntypedBase
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 MatcherUntypedBase (MatcherUntypedBase &&)=default
MatcherUntypedBase & operator= (MatcherUntypedBase const &)=delete
MatcherUntypedBase & operator= (MatcherUntypedBase &&)=delete
std::string toString () const

Protected Attributes

CasedString m_comparator
StringRef m_operation
Protected Attributes inherited from Catch::Matchers::MatcherUntypedBase
std::string m_cachedToString

Member Function Documentation

◆ describe()

std::string Catch::Matchers::StringMatcherBase::describe ( ) const
overridevirtual

The documentation for this class was generated from the following files: