#include <gmock.h>
Public Member Functions | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
HasSubstrMatcher (const StringType &substring) | |
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_ (HasSubstrMatcher) | |
Private Attributes | |
const StringType | substring_ |
Definition at line 6006 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineexplicit |
Definition at line 6008 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6038 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6033 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inline |
Definition at line 6017 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6026 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6044 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.