Horizon
|
Public Member Functions | |
StringMatcherBase (StringRef operation, CasedString const &comparator) | |
std::string | describe () const override |
![]() | |
virtual bool | match (std::string const &arg) const=0 |
![]() | |
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 |
![]() | |
std::string | m_cachedToString |
Additional Inherited Members |
|
overridevirtual |
Implements Catch::Matchers::MatcherUntypedBase.