template <typename Container>
class ContainsMatcherImpl
Defined at line 2854 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Implements Contains(element_matcher) for the given argument type Container.
Symmetric to EachMatcherImpl.
Public Methods
template <typename InnerMatcher>
void ContainsMatcherImpl<Container> (InnerMatcher inner_matcher)
Defined at line 2857 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Describes what this matcher does.
Defined at line 2861 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 2866 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool MatchAndExplain (Container container, MatchResultListener * listener)
Defined at line 2871 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h