aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-spec-builders_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Picks up gtest r314.zhanyong.wan2009-09-181-1/+1
* Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.zhanyong.wan2009-09-111-28/+8
* Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl...zhanyong.wan2009-08-311-9/+9
* Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm...zhanyong.wan2009-08-071-0/+15
* Implements Expectation, ExpectationSet, and After for specifying expectation ...zhanyong.wan2009-07-011-2/+320
* Makes gmock-spec-builders_test.cc and gmock-internal-utils_test.cc work where...zhanyong.wan2009-06-221-1/+10
* Removes the .WithArguments() clause from ON_CALL and EXPECT_CALL.zhanyong.wan2009-06-111-28/+0
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...zhanyong.wan2009-06-091-20/+47
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-291-0/+47
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-221-0/+48
* Allows a mock object to delete itself in an action. By Simon Bowden.zhanyong.wan2009-03-031-2/+19
* Cleans up macro definitions.zhanyong.wan2009-02-231-3/+3
* Improves error messages for undefined return value (by Sverre Sundsdal); impr...zhanyong.wan2009-01-271-0/+12
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+1889