Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enables more verbose output for expectations (by Sverre Sundsdal); Fixes ↵ | vladlosev | 2009-10-21 | 1 | -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.wan | 2009-06-09 | 1 | -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.wan | 2009-06-09 | 1 | -4/+4 |
| | |||||
* | Improves the error message for leaked mocks to include the test name (by ↵ | zhanyong.wan | 2009-05-05 | 1 | -1/+2 |
| | | | | Zhanyong Wan). | ||||
* | Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. | zhanyong.wan | 2009-04-22 | 1 | -1/+6 |
| | |||||
* | Initial drop of Google Mock. The files are incomplete and thus may not ↵ | shiqian | 2008-12-10 | 1 | -0/+296 |
build correctly yet. |