summaryrefslogtreecommitdiff
path: root/googlemock/test/gmock-matchers-comparisons_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Use '=default' to define trivial constructor/destructorsTom Hughes2023-04-211-2/+2
* Add missing std includesTom Hughes2023-04-201-0/+3
* Introduce std::make_unique and bool literals where possibleAbseil Team2023-03-201-1/+2
* Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...Abseil Team2023-02-061-0/+3
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-301-11/+6
* Fix typos found by codespellSunBlack2023-01-041-2/+2
* Add support of 19-member structs to gmock UnpackStructImpl.Hardik Vala2022-08-221-0/+5
* Add support of 18-member structs to gmock UnpackStructImpl.Abseil Team2022-07-281-0/+10
* Add IsEmpty overload for C-style stringsDino Radakovic2022-07-251-0/+26
* Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.Abseil Team2022-04-261-13/+39
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-1/+2
* Split gmock-matchers_test into 4 smaller test #3653Mattias Ellert2022-03-231-0/+2291