Horizon
|
Public Member Functions | |
ExceptionMessageMatcher (std::string const &message) | |
bool | match (std::exception const &ex) const override |
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 | |
![]() | |
std::string | m_cachedToString |
|
overridevirtual |
Implements Catch::Matchers::MatcherUntypedBase.
|
overridevirtual |
Implements Catch::Matchers::MatcherBase< std::exception >.