Home
last modified time | relevance | path

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

/external/googletest/googlemock/include/gmock/
Dgmock-nice-strict.h110 class NiceMockImpl {
112 NiceMockImpl() { ::testing::Mock::AllowUninterestingCalls(this); } in NiceMockImpl() function
114 ~NiceMockImpl() { ::testing::Mock::UnregisterCallReaction(this); } in ~NiceMockImpl()
137 : private internal::NiceMockImpl<MockClass>,
Dgmock-spec-builders.h113 class NiceMockImpl; variable
425 friend class internal::NiceMockImpl;