Horizon
|
Public Member Functions | |
StringContainsMatcher (CasedString const &comparator) | |
bool | match (std::string const &source) const override |
![]() | |
StringMatcherBase (StringRef operation, CasedString const &comparator) | |
std::string | describe () const override |
![]() | |
MatcherUntypedBase (MatcherUntypedBase const &)=default | |
MatcherUntypedBase (MatcherUntypedBase &&)=default | |
MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
MatcherUntypedBase & | operator= (MatcherUntypedBase &&)=delete |
std::string | toString () const |
Additional Inherited Members | |
![]() | |
CasedString | m_comparator |
StringRef | m_operation |
![]() | |
std::string | m_cachedToString |
|
overridevirtual |
Implements Catch::Matchers::MatcherBase< std::string >.