template <class MockClass>

class StrictMock

Defined at line 232 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h

Public Methods

void StrictMock<MockClass> ()

Defined at line 242 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h

template <typename A>
void StrictMock<MockClass> (A && arg)

Single argument constructor is special-cased so that it can be

made explicit.

Defined at line 255 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h

template <typename TArg1, typename TArg2, typename... An>
void StrictMock<MockClass> (TArg1 && arg1, TArg2 && arg2, An &&... args)

Defined at line 261 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h