v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Member Functions | |
StrEqualityMatcher (const StringType &str, bool expect_eq, bool case_sensitive) | |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
Definition at line 1126 of file gmock-matchers.h.
|
inline |
Definition at line 1128 of file gmock-matchers.h.
|
inline |
Definition at line 1138 of file gmock-matchers.h.
|
inline |
Definition at line 1150 of file gmock-matchers.h.
References testing::internal::CaseInsensitiveStringEquals().
|
inline |
Definition at line 1158 of file gmock-matchers.h.
|
inline |
Definition at line 1162 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, and testing::internal::UniversalPrint().