class IsNullMatcher
Defined at line 776 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Implements the polymorphic IsNull() matcher, which matches any raw or smart
pointer that is NULL.
Public Methods
template <typename Pointer>
bool MatchAndExplain (const Pointer & p, MatchResultListener * )
Defined at line 779 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Defined at line 784 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 785 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h