Home
last modified time | relevance | path

Searched refs:StrictMockImpl (Results 1 – 2 of 2) sorted by relevance

/external/googletest/googlemock/include/gmock/
Dgmock-nice-strict.h126 class StrictMockImpl {
128 StrictMockImpl() { ::testing::Mock::FailUninterestingCalls(this); } in StrictMockImpl() function
130 ~StrictMockImpl() { ::testing::Mock::UnregisterCallReaction(this); } in ~StrictMockImpl()
218 : private internal::StrictMockImpl<MockClass>,
Dgmock-spec-builders.h115 class StrictMockImpl; variable
429 friend class internal::StrictMockImpl;