template <typename InnerMatcher>

class NotMatcher

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

Implements the Not(m) matcher, which matches a value that doesn't

match matcher m.

Public Methods

void NotMatcher<InnerMatcher> (InnerMatcher matcher)

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

template <typename T>
Matcher<T> operator testing::Matcher<type-parameter-1-0> ()

This template type conversion operator allows Not(m) to be used

to match any type m can match.

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