Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h78 class StrictMock; variable
242 StrictMock() : MockClass() { in StrictMock() function
255 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
261 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function