Searched refs:StrictMock (Results 1 – 4 of 4) sorted by relevance
150 class StrictMock : public MockClass {152 StrictMock() : MockClass() { in StrictMock() function165 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function171 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function178 ~StrictMock() { // NOLINT in ~StrictMock()184 GTEST_DISALLOW_COPY_AND_ASSIGN_(StrictMock);199 class NiceMock<StrictMock<MockClass> >;206 class NaggyMock<StrictMock<MockClass> >;209 class StrictMock<NiceMock<MockClass> >;211 class StrictMock<NaggyMock<MockClass> >;[all …]
425 friend class StrictMock; variable
24 StrictMock<TestUserIDResolver> r; in TEST()37 StrictMock<TestUserIDResolver> r; in TEST()
19 using ::testing::StrictMock;64 MS = new StrictMock<MockMCStreamer>(MC.get()); in init()