aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-matchers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhan...zhanyong.wan2010-04-221-7/+95
* Improves matcher messages across the board.zhanyong.wan2010-03-241-124/+313
* Fixes the explanation generated by many composite matchers (by Manuel Klimek)...zhanyong.wan2010-03-161-37/+67
* Adds IsInterested() to MatchResultListener; clarifies the format of matcher d...zhanyong.wan2010-03-151-8/+45
* Adds a free function MatchAndExplain().zhanyong.wan2010-03-051-2/+26
* BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/goo...zhanyong.wan2010-01-281-31/+30
* Enables regex matchers on all platforms.zhanyong.wan2010-01-141-9/+4
* Allows Field() and Property() to work when the matcher argument is a pointer ...zhanyong.wan2010-01-131-0/+23
* Implements the new matcher API.zhanyong.wan2010-01-081-16/+129
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-9/+22
* Tests NotNull/IsNull with testing::internal::scoped_ptr.vladlosev2009-11-181-0/+19
* Updates IsNull and NotNull matchers to work with smart pointers.vladlosev2009-11-181-0/+37
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-251-16/+39
* Adds the IsNull() matcher.zhanyong.wan2009-09-241-0/+27
* 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