aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock_output_test_golden.txt
Commit message (Collapse)AuthorAgeFilesLines
* Enables more verbose output for expectations (by Sverre Sundsdal); Fixes ↵vladlosev2009-10-211-21/+29
| | | | information loss warning when compiled by VC8.0 with /Wp64; Skips two tests on Windows Mobile that don't work there.
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) ↵zhanyong.wan2009-06-091-6/+6
| | | | as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian.
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-4/+4
|
* Improves the error message for leaked mocks to include the test name (by ↵zhanyong.wan2009-05-051-1/+2
| | | | Zhanyong Wan).
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-221-1/+6
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-101-0/+296
build correctly yet.