#include <gmock.h>
Public Member Functions | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
EndsWithMatcher (const StringType &suffix) | |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (EndsWithMatcher) | |
Private Attributes | |
const StringType | suffix_ |
Definition at line 6100 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineexplicit |
Definition at line 6102 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6131 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6126 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inline |
Definition at line 6110 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6119 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6137 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.