template <class MockClass>
class NaggyMock
Defined at line 190 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h
Public Methods
void NaggyMock<MockClass> ()
Defined at line 200 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h
template <typename A>
void NaggyMock<MockClass> (A && arg)
Single argument constructor is special-cased so that it can be
made explicit.
Defined at line 213 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h
template <typename TArg1,typename TArg2,typename... An>
void NaggyMock<MockClass> (TArg1 &&arg1,TArg2 &&arg2,An &&...args)
Defined at line 219 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h