summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Improves matcher messages across the board.zhanyong.wan2010-03-243-147/+381
* Fixes the explanation generated by many composite matchers (by Manuel Klimek)...zhanyong.wan2010-03-163-47/+81
* 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
* Enables tests depending on stdout capturing (by Vlad Losev).zhanyong.wan2010-02-023-117/+124
* BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/goo...zhanyong.wan2010-01-282-37/+38
* Enables regex matchers on all platforms.zhanyong.wan2010-01-143-26/+18
* 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-082-16/+181
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-2315-70/+235
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-162-6/+0
* Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Lo...zhanyong.wan2009-12-014-9/+26
* Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Pyth...zhanyong.wan2009-11-245-97/+74
* 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
* Enables gmock's implicit_cast to work with source types that have a non-const...vladlosev2009-11-181-4/+135
* Enables gmock's implicit_cast to work with source types thatvladlosev2009-11-181-0/+47
* Adds gmock_all_test.cc for compiling most gmock tests in a single file.zhanyong.wan2009-11-121-0/+49
* Adds a dummy test to gmock-port.test.cc.zhanyong.wan2009-11-061-1/+5
* Enables more verbose output for expectations (by Sverre Sundsdal); Fixes info...vladlosev2009-10-214-63/+81
* Changes gmock's version to 1.4.0. Also fixes a compiler warning.zhanyong.wan2009-09-301-1/+1
* Implements the MockFunction class.zhanyong.wan2009-09-251-0/+44
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-254-25/+60
* Adds the IsNull() matcher.zhanyong.wan2009-09-242-0/+35
* Simplifies gmock code using gtest's OS-indicating macros.zhanyong.wan2009-09-242-11/+11
* Removes gmock's dependency on python2.4.zhanyong.wan2009-09-221-1/+1
* Picks up gtest r314.zhanyong.wan2009-09-181-1/+1
* Disbles two tests that crash on Symbian.zhanyong.wan2009-09-171-3/+13
* Simplifies the definition of NativeArray. Works around a VC bug in StrictMoc...zhanyong.wan2009-09-163-30/+44
* Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...zhanyong.wan2009-09-162-87/+116
* Removes dead code in gmock-more-actions_test.cc.zhanyong.wan2009-09-121-132/+0
* Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.zhanyong.wan2009-09-115-60/+23
* Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl...zhanyong.wan2009-08-312-21/+47
* Improves protobuf print format.zhanyong.wan2009-08-142-3/+29
* Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm...zhanyong.wan2009-08-071-0/+15
* Re-organizes the file structure for actions.zhanyong.wan2009-07-223-599/+882
* Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (b...zhanyong.wan2009-07-211-0/+16
* Makes ByRef(x) printable as a reference to x.zhanyong.wan2009-07-201-0/+10
* Adds the Key() matcher, by Marcus Borger.zhanyong.wan2009-07-161-0/+49
* 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-222-2/+20
* Switches from Boost TR1 tuple to gtest's TR1 tuple.zhanyong.wan2009-06-172-33/+69
* 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-096-33/+91
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-094-18/+122
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-044-11/+466
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-293-33/+96
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...zhanyong.wan2009-05-142-8/+155
* Adds more tests for using SetArgumentPointee with protobufs; works around a c...zhanyong.wan2009-05-131-8/+56
* Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...zhanyong.wan2009-05-112-3/+262