Searched defs:StrictMock (Results 1 – 2 of 2) sorted by relevance
150 StrictMock() : MockClass() { in StrictMock() function163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
425 friend class StrictMock; variable