Monero
Loading...
Searching...
No Matches
testing::MatcherDescriberInterface Class Referenceabstract

#include <gmock-matchers.h>

Inheritance diagram for testing::MatcherDescriberInterface:

Public Member Functions

virtual ~MatcherDescriberInterface ()
virtual void DescribeTo (::std::ostream *os) const =0
virtual void DescribeNegationTo (::std::ostream *os) const

Constructor & Destructor Documentation

◆ ~MatcherDescriberInterface()

virtual testing::MatcherDescriberInterface::~MatcherDescriberInterface ( )
inlinevirtual

Member Function Documentation

◆ DescribeNegationTo()

virtual void testing::MatcherDescriberInterface::DescribeNegationTo ( ::std::ostream * os) const
inlinevirtual

Reimplemented in testing::gmock_matchers_test::FloatingEqMatcher< FloatType >::Impl< T >, testing::gmock_matchers_test::PolymorphicMatcher< Impl >::MonomorphicImpl< T >, testing::internal::AnyMatcherImpl< T >, testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >, testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::Impl< Container >, testing::internal::BothOfMatcherImpl< T >, testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >, testing::internal::ContainsMatcherImpl< Container >, testing::internal::EachMatcherImpl< Container >, testing::internal::EitherOfMatcherImpl< T >, testing::internal::ElementsAreMatcherImpl< Container >, testing::internal::FloatingEqMatcher< FloatType >::Impl< T >, testing::internal::KeyMatcherImpl< PairType >, testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl, testing::internal::NotMatcherImpl< T >, testing::internal::PairMatchBase< D, Op >::Impl< Tuple >, testing::internal::PairMatcherImpl< PairType >, testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >, testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >, testing::internal::RefMatcher< T & >::Impl< Super >, testing::internal::ResultOfMatcher< Callable >::Impl< T >, testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >, testing::internal::UnorderedElementsAreMatcherImpl< Container >, testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >, and testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >.

◆ DescribeTo()

virtual void testing::MatcherDescriberInterface::DescribeTo ( ::std::ostream * os) const
pure virtual

Implemented in testing::gmock_matchers_test::FloatingEqMatcher< FloatType >::Impl< T >, testing::gmock_matchers_test::PolymorphicMatcher< Impl >::MonomorphicImpl< T >, testing::internal::AnyMatcherImpl< T >, testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >, testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::Impl< Container >, testing::internal::BothOfMatcherImpl< T >, testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >, testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >, testing::internal::ContainsMatcherImpl< Container >, testing::internal::EachMatcherImpl< Container >, testing::internal::EitherOfMatcherImpl< T >, testing::internal::ElementsAreMatcherImpl< Container >, testing::internal::FloatingEqMatcher< FloatType >::Impl< T >, testing::internal::KeyMatcherImpl< PairType >, testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl, testing::internal::NotMatcherImpl< T >, testing::internal::PairMatchBase< D, Op >::Impl< Tuple >, testing::internal::PairMatcherImpl< PairType >, testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >, testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >, testing::internal::RefMatcher< T & >::Impl< Super >, testing::internal::ResultOfMatcher< Callable >::Impl< T >, testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >, testing::internal::UnorderedElementsAreMatcherImpl< Container >, testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >, and testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >.


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