v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Member Functions | |
Matcher () | |
Matcher (const MatcherInterface< T > *impl) | |
Matcher (T value) | |
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 |
Definition at line 319 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 324 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 327 of file gmock-matchers.h.
testing::Matcher< T >::Matcher | ( | T | value | ) |
Definition at line 3747 of file gmock-matchers.h.
References testing::Eq().
|
inlineinherited |
Definition at line 256 of file gmock-matchers.h.
Referenced by testing::internal::MatchPrintAndExplain().
|
inlineinherited |
Definition at line 261 of file gmock-matchers.h.
Referenced by testing::internal::MatchPrintAndExplain(), and TEST().
|
inlineinherited |
Definition at line 267 of file gmock-matchers.h.
Referenced by testing::internal::PredicateFormatterFromMatcher< M >::operator()().
|
inlineinherited |
Definition at line 270 of file gmock-matchers.h.
|
inlineinherited |
Definition at line 275 of file gmock-matchers.h.
|
inlineinherited |
Definition at line 283 of file gmock-matchers.h.