aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Simplifies gmock code using gtest's OS-indicating macros.zhanyong.wan2009-09-242-4/+4
|
* Picks up gtest r314.zhanyong.wan2009-09-181-2/+6
|
* Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad ↵zhanyong.wan2009-09-161-2/+2
| | | | Losev).
* Depends on gtest r300, which allows String to contain NUL.zhanyong.wan2009-09-011-1/+1
|
* Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); ↵zhanyong.wan2009-08-311-2/+4
| | | | Enables gMock to compile with VC 7.1 (by Vlad Losev).
* Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes ↵zhanyong.wan2009-08-072-9/+11
| | | | gmock compilable on platforms that don't have ::abort() (by Acadeli Checa); Fixes compatibility with Symbian's STLport (by Acadeli Checa).
* Implements Expectation, ExpectationSet, and After for specifying expectation ↵zhanyong.wan2009-07-011-18/+16
| | | | orders.
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) ↵zhanyong.wan2009-06-091-7/+10
| | | | as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian.
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-293-12/+24
| | | | | | Made the universal value printer safer when printing char[]; Removed duplicated code in InvokeWith; Improved gmock_doctor.py.
* Improves the error message for leaked mocks to include the test name (by ↵zhanyong.wan2009-05-051-2/+18
| | | | Zhanyong Wan).
* Turns --gmock_catch_leaked_mocks on by default.zhanyong.wan2009-04-291-3/+1
|
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-222-13/+142
|
* Makes the code compile on Windows CE.zhanyong.wan2009-03-112-5/+20
|
* Cleans up macro definitions.zhanyong.wan2009-02-231-1/+1
|
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-191-2/+143
|
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-6/+6
|
* Implements the MATCHER* macros.zhanyong.wan2009-02-121-0/+24
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-108-0/+1238
build correctly yet.