v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Member Functions | |
bool | MatchAndExplain (T x, MatchResultListener *listener) const |
bool | Matches (T x) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
void | ExplainMatchResultTo (T x,::std::ostream *os) const |
const MatcherDescriberInterface * | GetDescriber () const |
Protected Member Functions | |
MatcherBase () | |
MatcherBase (const MatcherInterface< T > *impl) | |
virtual | ~MatcherBase () |
Definition at line 252 of file gmock-matchers.h.
|
inlineprotected |
Definition at line 288 of file gmock-matchers.h.
|
inlineexplicitprotected |
Definition at line 291 of file gmock-matchers.h.
|
inlineprotectedvirtual |
Definition at line 294 of file gmock-matchers.h.
|
inline |
Definition at line 256 of file gmock-matchers.h.
Referenced by testing::internal::MatchPrintAndExplain().
|
inline |
Definition at line 261 of file gmock-matchers.h.
Referenced by testing::internal::MatchPrintAndExplain(), and TEST().
|
inline |
Definition at line 267 of file gmock-matchers.h.
Referenced by testing::internal::PredicateFormatterFromMatcher< M >::operator()().
|
inline |
Definition at line 270 of file gmock-matchers.h.
|
inline |
Definition at line 275 of file gmock-matchers.h.
|
inline |
Definition at line 283 of file gmock-matchers.h.