Wire Sysio Wire Sysion 1.0.0
|
#include <gmock-matchers.h>
Public Member Functions | |
Matcher () | |
Matcher (const MatcherInterface< const std::string & > *impl) | |
Matcher (const std::string &s) | |
Matcher (const char *s) | |
Public Member Functions inherited from testing::internal::MatcherBase< const std::string & > | |
bool | MatchAndExplain (GTEST_REFERENCE_TO_CONST_(const std::string &) x, MatchResultListener *listener) const |
bool | Matches (GTEST_REFERENCE_TO_CONST_(const std::string &) x) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
void | ExplainMatchResultTo (GTEST_REFERENCE_TO_CONST_(const std::string &) x, ::std::ostream *os) const |
const MatcherDescriberInterface * | GetDescriber () const |
Additional Inherited Members | |
Protected Member Functions inherited from testing::internal::MatcherBase< const std::string & > | |
MatcherBase () | |
MatcherBase (const MatcherInterface< GTEST_REFERENCE_TO_CONST_(const std::string &)> *impl) | |
MatcherBase (const MatcherInterface< U > *impl, typename internal::EnableIf< !internal::IsSame< U, GTEST_REFERENCE_TO_CONST_(U)>::value >::type *=NULL) | |
virtual | ~MatcherBase () |
Definition at line 386 of file gmock-matchers.h.
|
inline |
Definition at line 389 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 391 of file gmock-matchers.h.
testing::Matcher< const std::string & >::Matcher | ( | const std::string & | s | ) |
testing::Matcher< const std::string & >::Matcher | ( | const char * | s | ) |