Template Class StrictMock

Inheritance Relationships

Base Types

Class Documentation

template<class MockClass>
class StrictMock : private testing::internal::StrictMockImpl<MockClass>, public MockClass

Public Functions

inline StrictMock()
template<typename A>
inline explicit StrictMock(A &&arg)
template<typename TArg1, typename TArg2, typename ...An>
inline StrictMock(TArg1 &&arg1, TArg2 &&arg2, An&&... args)