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