template <typename SizeMatcher>

class SizeIsMatcher

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

Implements a matcher that checks the size of an STL-style container.

Public Methods

void SizeIsMatcher<SizeMatcher> (const SizeMatcher & size_matcher)

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

template <typename Container>
Matcher<Container> operator testing::Matcher<type-parameter-1-0> ()

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

Records