Horizon
Loading...
Searching...
No Matches
Catch::Matchers::ExceptionMessageMatcher Class Referencefinal
Inheritance diagram for Catch::Matchers::ExceptionMessageMatcher:
Catch::Matchers::MatcherBase< std::exception > Catch::Matchers::MatcherUntypedBase

Public Member Functions

 ExceptionMessageMatcher (std::string const &message)
bool match (std::exception const &ex) const override
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::MatcherUntypedBase
std::string m_cachedToString

Member Function Documentation

◆ describe()

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

◆ match()

bool Catch::Matchers::ExceptionMessageMatcher::match ( std::exception const & ex) const
overridevirtual

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