]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commit
Googletest export
authorAbseil Team <absl-team@google.com>
Mon, 21 Dec 2020 20:41:17 +0000 (15:41 -0500)
committerDerek Mauro <dmauro@google.com>
Tue, 22 Dec 2020 17:15:41 +0000 (12:15 -0500)
commitca4b7c9ff4d8a5c37ac51795b03ffe934958aeff
tree9b90d078223828eb4acf5b274e4cc3c5cb79ecfd
parent4f6fa70870de48cf0db655acc9cb8c30b2760ec9
Googletest export

Give each of Naggy/Nice/StrictMock a base class whose constructor runs before
the mocked class's constructor, and a destructor that runs after the mocked
class's destructor, so that any mock methods run in either the constructor or
destructor use the same strictness as other calls.

PiperOrigin-RevId: 348511612
googlemock/docs/cook_book.md
googlemock/include/gmock/gmock-nice-strict.h
googlemock/include/gmock/gmock-spec-builders.h
googlemock/test/gmock-nice-strict_test.cc