class NotNullMatcher

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

Implements the polymorphic NotNull() matcher, which matches any raw or smart

pointer that is not NULL.

Public Methods

template <typename Pointer>
bool MatchAndExplain (const Pointer & p, MatchResultListener * )

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

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

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

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

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