|
Monero
|
#include <gmock-matchers.h>
Public Types | |
| typedef internal::StlContainerView< Container > | View |
| typedef View::type | StlContainer |
| typedef View::const_reference | StlContainerReference |
Public Member Functions | |
| ContainerEqMatcher (const Container &expected) | |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
| template<typename LhsContainer> | |
| bool | MatchAndExplain (const LhsContainer &lhs, MatchResultListener *listener) const |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (ContainerEqMatcher) | |
Private Attributes | |
| const StlContainer | expected_ |
| typedef View::type testing::internal::ContainerEqMatcher< Container >::StlContainer |
| typedef View::const_reference testing::internal::ContainerEqMatcher< Container >::StlContainerReference |
| typedef internal::StlContainerView<Container> testing::internal::ContainerEqMatcher< Container >::View |
|
inlineexplicit |
|
inline |
|
inline |
|
private |
|
inline |
|
private |