Searched defs:StrictMock (Results 1 – 3 of 3) sorted by relevance
78 class StrictMock; variable242 StrictMock() : MockClass() { in StrictMock() function255 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function261 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function