summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-matchers-containers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-211-1/+1
* Add missing std includesTom Hughes2023-04-201-0/+12
* Introduce std::make_unique and bool literals where possibleAbseil Team2023-03-201-2/+2
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-301-8/+4
* Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team2022-11-301-2/+2
* Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.Abseil Team2022-04-261-16/+36
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-2/+6
* Use ResultOf()'s result_description when explaining match result.Abseil Team2022-04-041-0/+11
* Split gmock-matchers_test into 4 smaller test #3653Mattias Ellert2022-03-231-0/+3094