Merge from vendor branch TNF:
authorryoon <ryoon>
Fri, 29 Jul 2011 15:18:29 +0000 (15:18 +0000)
committerryoon <ryoon>
Fri, 29 Jul 2011 15:18:29 +0000 (15:18 +0000)
commit9a077f90033b1acb7fa211007a9efa0e10b782dd
treefdc49a176b878539f95f7d4a6c175c5703f397a3
parentc01e205c383a910863060ed57e163537d80b84d7
parent2d0ce08c66d0a3a1679be4e7f0498f9ad0122f4b
Merge from vendor branch TNF:
Import gmock-1.6.0 (googlemock) as devel/gmock from wip/gmock

Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
specifics in mind, Google C++ Mocking Framework (or Google Mock for
short) is a library for writing and using C++ mock classes. Google Mock:

* lets you create mock classes trivially using simple macros,
* supports a rich set of matchers and actions,
* handles unordered, partially ordered, or completely ordered expectations,
* is extensible by users, and
* works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and Symbian.