aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-actions_test.cc
Commit message (Expand)AuthorAgeFilesLines
* In C++11 and above, makes a mock method whose return type is defaultkosak2015-02-141-50/+78
* Make ReturnNull() support unique_ptr and shared_ptr.kosak2015-01-081-0/+12
* Fix gmock Action behaviour when return type is Wrapperkosak2014-11-171-0/+20
* Silence a signedness-comparison warning in gmock-actions_test.kosak2014-11-171-2/+2
* Add ByMove() modifier for the Return() action. Pull in gtest 695.kosak2014-11-171-3/+39
* Distinguish between C++11 language and library support for std::function, std...kosak2014-11-171-5/+5
* Export tuple and friends in the ::testing namespace.kosak2014-04-021-4/+4
* Support mocking methods with move-only return types.kosak2014-01-291-0/+59
* Adds a cmake target for gmock_ex_test; also fixes name shadowing warnings.zhanyong.wan2013-03-011-7/+7
* Removes unused variables and functions.zhanyong.wan2013-03-011-57/+1
* Makes googlemock throw a runtime_error instead of abort when a mockzhanyong.wan2013-02-281-2/+6
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...jgm2012-04-101-5/+8
* Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, andzhanyong.wan2011-03-091-5/+46
* Makes Google Mock compile much faster and use much less memory; reviewed by N...zhanyong.wan2011-02-231-2/+1
* Enables SetArgPointee<>() to accept a string literal; removes a self-assignme...zhanyong.wan2010-12-021-0/+37
* Adds SetArgPointee to replace SetArgumentPointee.zhanyong.wan2010-10-051-0/+120
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-5/+5
* Implements ReturnPointee() and ReturnRefOfCopy().zhanyong.wan2010-07-031-0/+25
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-4/+4
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-12/+19
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-4/+0
* Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Pyth...zhanyong.wan2009-11-241-4/+0
* Enables gmock's implicit_cast to work with source types thatvladlosev2009-11-181-0/+47
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-251-4/+15
* Simplifies gmock code using gtest's OS-indicating macros.zhanyong.wan2009-09-241-4/+4
* Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.zhanyong.wan2009-09-111-20/+8
* Re-organizes the file structure for actions.zhanyong.wan2009-07-221-80/+84
* Adds more tests for using SetArgumentPointee with protobufs; works around a c...zhanyong.wan2009-05-131-8/+56
* Makes the code compile on Windows CE.zhanyong.wan2009-03-111-0/+7
* Cleans up macro definitions.zhanyong.wan2009-02-231-8/+8
* Improves error messages for undefined return value (by Sverre Sundsdal); impr...zhanyong.wan2009-01-271-0/+77
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+902