aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Enables SetArgPointee<>() to accept a string literal; removes a ↵zhanyong.wan2010-12-021-1/+1
| | | | self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525.
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-2/+2
|
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-221-0/+7
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-101-0/+248
build correctly yet.