]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commit
Googletest export
authorAbseil Team <absl-team@google.com>
Mon, 7 Dec 2020 21:17:26 +0000 (16:17 -0500)
committerAndy Getz <durandal@google.com>
Mon, 7 Dec 2020 23:04:12 +0000 (18:04 -0500)
commita02a591605dfef9addde49634bf010dbe8f95c50
tree6258f1a86109731e61e328b5eac6cdce89146f85
parent7bf5057a04eebb12cb731bfd6b3a19c510dc5087
Googletest export

Add a `Pointer` matcher as an analog to `Pointee`.

Similar to `Pointee`, `Pointer` works with either raw or smart pointers and
allows creating a matcher like Pointer(Eq(foo)) for smart pointers.

PiperOrigin-RevId: 346164768
googlemock/docs/cheat_sheet.md
googlemock/include/gmock/gmock-matchers.h
googlemock/include/gmock/internal/gmock-internal-utils.h
googlemock/test/gmock-internal-utils_test.cc
googlemock/test/gmock-matchers_test.cc