|
Wire Sysio Wire Sysion 1.0.0
|
#include <gmock-matchers.h>


Public Member Functions | |
| Matcher () | |
| Matcher (const MatcherInterface< const std::string & > *impl) | |
| Matcher (const MatcherInterface< std::string > *impl) | |
| Matcher (const std::string &s) | |
| Matcher (const char *s) | |
Public Member Functions inherited from testing::internal::MatcherBase< std::string > | |
| bool | MatchAndExplain (GTEST_REFERENCE_TO_CONST_(std::string) x, MatchResultListener *listener) const |
| bool | Matches (GTEST_REFERENCE_TO_CONST_(std::string) x) const |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | ExplainMatchResultTo (GTEST_REFERENCE_TO_CONST_(std::string) x, ::std::ostream *os) const |
| const MatcherDescriberInterface * | GetDescriber () const |
Additional Inherited Members | |
Protected Member Functions inherited from testing::internal::MatcherBase< std::string > | |
| MatcherBase () | |
| MatcherBase (const MatcherInterface< GTEST_REFERENCE_TO_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 409 of file gmock-matchers.h.
|
inline |
Definition at line 412 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 414 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 416 of file gmock-matchers.h.
| testing::Matcher< std::string >::Matcher | ( | const std::string & | s | ) |
| testing::Matcher< std::string >::Matcher | ( | const char * | s | ) |