Searched defs:StrictMock (Results 1 - 1 of 1) sorted by relevance
/third_party/googletest/googlemock/include/gmock/ | ||
H A D | gmock-nice-strict.h | 232 class GTEST_INTERNAL_EMPTY_BASE_CLASS StrictMock class 242 StrictMock() function in testing::StrictMock 255 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { StrictMock() function in testing::StrictMock 261 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) StrictMock() function in testing::StrictMock [all...] |
Completed in 2 milliseconds