summaryrefslogtreecommitdiff
path: root/test/gmock-generated-actions_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Indents preprocessor directives.zhanyong.wan2011-02-241-3/+3
* Adds SetArgPointee to replace SetArgumentPointee.zhanyong.wan2010-10-051-46/+46
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-3/+3
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-13/+31
* Re-organizes the file structure for actions.zhanyong.wan2009-07-221-519/+2
* Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (b...zhanyong.wan2009-07-211-0/+16
* Makes ByRef(x) printable as a reference to x.zhanyong.wan2009-07-201-0/+10
* Switches from Boost TR1 tuple to gtest's TR1 tuple.zhanyong.wan2009-06-171-31/+65
* Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...zhanyong.wan2009-05-111-0/+152
* Adds actions ReturnNew<T>(...) and DeleteArg<k>(), by Jason Hsueh.zhanyong.wan2009-04-091-0/+103
* Adds two actions: SaveArg and SetArgReferee.zhanyong.wan2009-02-191-0/+61
* Implements action Throw(exception).zhanyong.wan2009-02-061-0/+21
* Improves ACTION* to allow explicit instantiating with reference types.zhanyong.wan2009-02-021-0/+30
* Implements the ACTION* macros.shiqian2009-01-091-0/+338
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+946