aboutsummaryrefslogtreecommitdiff
path: root/googlemock/test/gmock-matchers-containers_test.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Print mismatches for UnorderedElements() of different sizes.Abseil Team1-3/+14
2023-04-21Use '=default' to define trivial constructor/destructorsTom Hughes1-1/+1
2023-04-20Add missing std includesTom Hughes1-0/+12
2023-03-20Introduce std::make_unique and bool literals where possibleAbseil Team1-2/+2
2023-01-30Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes1-8/+4
2022-11-30Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team1-2/+2
2022-04-26Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.Abseil Team1-16/+36
2022-04-22Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro1-2/+6
2022-04-04Use ResultOf()'s result_description when explaining match result.Abseil Team1-0/+11
2022-03-23Split gmock-matchers_test into 4 smaller test #3653Mattias Ellert1-0/+3094