aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-matchers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...zhanyong.wan2009-09-161-29/+115
* Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.zhanyong.wan2009-09-111-3/+1
* Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl...zhanyong.wan2009-08-311-12/+38
* Adds the Key() matcher, by Marcus Borger.zhanyong.wan2009-07-161-0/+49
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...zhanyong.wan2009-06-091-0/+30
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-11/+10
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-3/+75
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...zhanyong.wan2009-05-141-6/+11
* Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...zhanyong.wan2009-05-111-3/+110
* Cleans up macro definitions.zhanyong.wan2009-02-231-1/+1
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-191-0/+314
* Implements ContainerEq.zhanyong.wan2009-01-161-1/+145
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+2629