template <typename Container>

class ElementsAreMatcherImpl

Defined at line 3546 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

Implements ElementsAre() and ElementsAreArray().

Public Methods

template <typename InputIter>
void ElementsAreMatcherImpl<Container> (InputIter first, InputIter last)

Constructs the matcher from a sequence of element values or

element matchers.

Defined at line 3557 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 3564 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeNegationTo (::std::ostream * os)

Describes what the negation of this matcher does.

Defined at line 3583 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

bool MatchAndExplain (Container container, MatchResultListener * listener)

Defined at line 3599 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h