aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-more-actions_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Export tuple and friends in the ::testing namespace.kosak2014-04-021-4/+4
* Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013.kosak2014-01-131-11/+11
* New floating-point matchers: DoubleNear() and friends;zhanyong.wan2013-06-181-1/+1
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...jgm2012-04-101-0/+1
* Adds action SaveArgPointee.zhanyong.wan2010-10-141-0/+27
* Adds SetArgPointee to replace SetArgumentPointee.zhanyong.wan2010-10-051-1/+0
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-3/+3
* Implements ReturnPointee() and ReturnRefOfCopy().zhanyong.wan2010-07-031-0/+10
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-8/+12
* Removes dead code in gmock-more-actions_test.cc.zhanyong.wan2009-09-121-132/+0
* Re-organizes the file structure for actions.zhanyong.wan2009-07-221-0/+796