Searched defs:StrictMock (Results 1 – 1 of 1) sorted by relevance
77 class StrictMock; variable227 StrictMock() : MockClass() { in StrictMock() function240 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function