Agora
1.2.0
Agora project
|
#include <catch.hpp>
Public Member Functions | |
PredicateMatcher (std::function< bool(T const &)> const &elem, std::string const &descr) | |
bool | match (T const &item) const override |
std::string | describe () const override |
![]() | |
MatchAllOf< T > | operator&& (MatcherBase const &other) const |
MatchAnyOf< T > | operator|| (MatcherBase const &other) const |
MatchNotOf< T > | operator! () const |
![]() | |
MatcherUntypedBase ()=default | |
MatcherUntypedBase (MatcherUntypedBase const &)=default | |
MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
std::string | toString () const |
Private Attributes | |
std::function< bool(T const &)> | m_predicate |
std::string | m_description |
Additional Inherited Members | |
![]() | |
virtual | ~MatcherUntypedBase () |
![]() | |
std::string | m_cachedToString |
|
inline |
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherUntypedBase.
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherMethod< T >.
|
private |
|
private |