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

Public Member Functions

 EndsWithMatcher (CasedString const &comparator)
bool match (std::string const &source) const override
Public Member Functions inherited from Catch::Matchers::StringMatcherBase
 StringMatcherBase (StringRef operation, CasedString const &comparator)
std::string describe () const override
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

Additional Inherited Members

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

Member Function Documentation

◆ match()

bool Catch::Matchers::EndsWithMatcher::match ( std::string const & source) const
overridevirtual

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