#include <gmock.h>
Public Member Functions | |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | DescribeTo (::std::ostream *os) const |
| typedef | GTEST_REFERENCE_TO_CONST_ (PropertyType) RefToConstProperty |
| template<typename T > | |
| bool | MatchAndExplain (const T &value, MatchResultListener *listener) const |
| PropertyMatcher (PropertyType(Class::*property)() const, const Matcher< RefToConstProperty > &matcher) | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (PropertyMatcher) | |
| bool | MatchAndExplainImpl (false_type, const Class &obj, MatchResultListener *listener) const |
| bool | MatchAndExplainImpl (true_type, const Class *p, MatchResultListener *listener) const |
Private Attributes | |
| const Matcher< RefToConstProperty > | matcher_ |
| PropertyType(Class::* | property_ )() const |
Definition at line 7055 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7063 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7072 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7067 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
| typedef testing::internal::PropertyMatcher< Class, PropertyType >::GTEST_REFERENCE_TO_CONST_ | ( | PropertyType | ) |
|
inline |
Definition at line 7078 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineprivate |
Definition at line 7089 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineprivate |
Definition at line 7105 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7118 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7117 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.