aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/scripts/generator/cpp/gmock_class.py
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2020-02-111-184/+181
| | | | | | | | | | Fix gmock_gen to use MOCK_METHOD instead of old style macros. Fix several related bugs in argument parsing and return types. - handle commas more correctly in return types - handle commas correctly in arguments - handle default values more correctly PiperOrigin-RevId: 294435093
* Googletest exportAbseil Team2020-02-111-164/+184
| | | | | | Fix gmock_gen to use MOCK_METHOD instead of old style macros. PiperOrigin-RevId: 294360947
* Googletest exportAbseil Team2020-02-111-184/+164
| | | | | | Fix gmock_gen to use MOCK_METHOD instead of old style macros. PiperOrigin-RevId: 294332975
* Googletest exportmisterg2019-10-291-25/+10
| | | | | | Internal Change PiperOrigin-RevId: 277336786
* Googletest exportmhermas2019-10-291-184/+180
| | | | | | | | | Merge 65032e28cba171c000accc85ffaf6f1e62921b86 into 8c91ecef292e963d23cd5b25f01ea1579fbe9aaa Closes #2470 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2470 from hermas55:bugfix/default_const_param 65032e28cba171c000accc85ffaf6f1e62921b86 PiperOrigin-RevId: 277118535
* Googletest exportAbseil Team2019-10-231-37/+77
| | | | | | Add a matcher `testing::ReturnRoundRobin` which, on each call, returns the next element in the sequence, restarting at the beginning once it has reached the end. PiperOrigin-RevId: 276312136
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+227