aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-matchers.h
Commit message (Expand)AuthorAgeFilesLines
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-251-38/+50
* Adds the IsNull() matcher.zhanyong.wan2009-09-241-0/+18
* Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...zhanyong.wan2009-09-161-1/+101
* Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl...zhanyong.wan2009-08-311-1/+10
* Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (b...zhanyong.wan2009-07-211-0/+215
* Adds the Key() matcher, by Marcus Borger.zhanyong.wan2009-07-161-0/+66
* A trivial comment fix.zhanyong.wan2009-07-011-1/+2
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...zhanyong.wan2009-06-091-0/+10
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-9/+9
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-17/+153
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...zhanyong.wan2009-05-141-3/+14
* Adds more tests for using SetArgumentPointee with protobufs; works around a c...zhanyong.wan2009-05-131-144/+147
* Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...zhanyong.wan2009-05-111-34/+79
* Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.zhanyong.wan2009-03-261-9/+10
* Cleans up macro definitions.zhanyong.wan2009-02-231-2/+2
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-24/+24
* Implements ContainerEq.zhanyong.wan2009-01-161-0/+78
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+2094