aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-internal-utils_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplifies the definition of NativeArray. Works around a VC bug in StrictMoc...zhanyong.wan2009-09-161-26/+11
* Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.zhanyong.wan2009-09-111-6/+2
* Improves protobuf print format.zhanyong.wan2009-08-141-0/+7
* Makes gmock-spec-builders_test.cc and gmock-internal-utils_test.cc work where...zhanyong.wan2009-06-221-1/+10
* Switches from Boost TR1 tuple to gtest's TR1 tuple.zhanyong.wan2009-06-171-2/+4
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-1/+1
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-0/+231
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-291-0/+28
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...zhanyong.wan2009-05-141-2/+144
* Cleans up macro definitions.zhanyong.wan2009-02-231-1/+1
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-12/+13
* Implements the MATCHER* macros.zhanyong.wan2009-02-121-0/+34
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+521