aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-spec-builders_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds a note in the "uninteresting mock method call" warning to advise people ...kosak2014-01-121-4/+12
* fixes the bug reported by Andrzej Jarzabek where 2 gmock tests fail when buil...zhanyong.wan2013-09-161-2/+2
* Fixes some compatibility issues with STLport.zhanyong.wan2013-04-041-3/+3
* Improves the tests for nice, naggy, and strict mocks.zhanyong.wan2013-03-011-18/+22
* Makes googlemock throw a runtime_error instead of abort when a mockzhanyong.wan2013-02-281-92/+173
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm2012-11-151-18/+11
* Fixes a lock reentrancy when destroying a mock causes destruction of another ...vladlosev2011-10-241-1/+52
* Indents preprocessor directives.zhanyong.wan2011-02-241-8/+11
* Makes Google Mock compile much faster and use much less memory; reviewed by N...zhanyong.wan2011-02-231-4/+53
* Improves cross-platform compatibility of gmock output. This fixes issue 135.vladlosev2011-02-111-10/+38
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-5/+5
* Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigne...zhanyong.wan2010-08-311-8/+8
* Picks up gtest r453.zhanyong.wan2010-08-091-1/+1
* Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110).vladlosev2010-05-051-15/+21
* Adds a synchronization test.vladlosev2010-05-041-2/+16
* Enables tests depending on stdout capturing (by Vlad Losev).zhanyong.wan2010-02-021-77/+82
* Enables regex matchers on all platforms.zhanyong.wan2010-01-141-13/+14
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-1/+39
* Enables more verbose output for expectations (by Sverre Sundsdal); Fixes info...vladlosev2009-10-211-34/+40
* 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