aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmock-spec-builders.cc
Commit message (Expand)AuthorAgeFilesLines
* Enables more verbose output for expectations (by Sverre Sundsdal); Fixes info...vladlosev2009-10-211-1/+5
* Works around a Symbian compiler bug that causes memory leak (by Mika Raento).zhanyong.wan2009-10-011-0/+8
* Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...zhanyong.wan2009-09-161-2/+2
* Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm...zhanyong.wan2009-08-071-8/+10
* Implements Expectation, ExpectationSet, and After for specifying expectation ...zhanyong.wan2009-07-011-18/+16
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-291-2/+2
* Improves the error message for leaked mocks to include the test name (by Zhan...zhanyong.wan2009-05-051-2/+18
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-221-12/+112
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+337