googletest/googlemock/include/gmock
Abseil Team 1f643f71d4 Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.
MatcherDescriberInterface specifies that DescribeTo "should print a verb phrase", but "size ..." is not a verb phrase. Currently, ElementsAre(SizeIs(9)) is described as "has 1 element that size is equal to 9". With this change, it will be described as "has 1 element that has a size that is equal to 9".

PiperOrigin-RevId: 492022324
Change-Id: I4083335f2419462464957521c1e033643b53b763
2022-11-30 14:42:31 -08:00
..
internal Disables -Wunused-member-function and -Wused-but-marked-unused that trigger via MOCK_METHOD() and EXPECT_THAT() macros. 2022-11-29 08:44:15 -08:00
gmock-actions.h Workaround for Visual C++ error C2039 with std::tuple_element_t. 2022-10-12 10:31:07 -07:00
gmock-cardinalities.h Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-function-mocker.h Disables -Wunused-member-function and -Wused-but-marked-unused that trigger via MOCK_METHOD() and EXPECT_THAT() macros. 2022-11-29 08:44:15 -08:00
gmock-matchers.h Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface. 2022-11-30 14:42:31 -08:00
gmock-more-actions.h gmock: improve SFINAE for actions involving arguments. 2022-04-04 14:38:58 -07:00
gmock-more-matchers.h Add IsEmpty overload for C-style strings 2022-07-25 14:38:26 -07:00
gmock-nice-strict.h Work around a maybe-uninitialized warning under GCC 12 2022-06-01 14:08:04 -07:00
gmock-spec-builders.h Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class. 2022-11-08 07:58:14 -08:00
gmock.h Consistently apply IWYU pragmas across googletest and googlemock headers 2022-01-18 08:11:11 -08:00