Home
last modified time | relevance | path

Searched defs:StrictMock (Results 1 – 1 of 1) sorted by relevance

/external/googletest/googlemock/include/gmock/
Dgmock-nice-strict.h77 class StrictMock; variable
227 StrictMock() : MockClass() { in StrictMock() function
240 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function