class WithoutMatchers

Defined at line 299 of file ../../third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h

A marker class that is used to resolve parameterless expectations to the

correct overload. This must not be instantiable, to prevent client code from

accidentally resolving to the overload; for example:

ON_CALL(mock, Method({}, nullptr))...

Friends

WithoutMatchers WithoutMatchers ()