class WhenBase64UnescapedMatcher

Defined at line 1138 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

Implements the polymorphic WhenBase64Unescaped(matcher) matcher, which can be

used as a Matcher

<T

> as long as T can be converted to a string.

Public Methods

void WhenBase64UnescapedMatcher (const Matcher<const std::string &> & internal_matcher)

Defined at line 1142 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

template <typename MatcheeStringType>
bool MatchAndExplain (const MatcheeStringType & s, MatchResultListener * listener)

Matches anything that can convert to std::string.

Defined at line 1148 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeTo (::std::ostream * os)

Defined at line 1161 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeNegationTo (::std::ostream * os)

Defined at line 1166 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h