aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-generated-matchers.h.pump
Commit message (Collapse)AuthorAgeFilesLines
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch ↵zhanyong.wan2009-09-251-0/+15
| | | | contributed by Mika Raento.
* Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h ↵zhanyong.wan2009-07-211-222/+2
| | | | (by Zhanyong Wan).
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-0/+141
|
* Makes all container matchers work with (possibly multi-dimensional) native ↵zhanyong.wan2009-06-041-57/+24
| | | | arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease.
* Implements Contains(element) matcher. By Gary Morain.zhanyong.wan2009-02-201-0/+41
|
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-191-32/+109
|
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-4/+7
|
* Implements the MATCHER* macros.zhanyong.wan2009-02-121-0/+210
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-101-0/+303
build correctly yet.