|
Horizon
|
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 |
Additional Inherited Members | |
| virtual std::string | describe () const =0 |
|
overridevirtual |
Implements Catch::Matchers::MatcherUntypedBase.