Path to this page:
Subject: CVS commit: pkgsrc/devel/gmock
From: Ryo ONODERA
Date: 2011-07-29 17:18:29
Message id: 20110729151829.E56D2175DD@cvs.netbsd.org
Log Message:
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.
Files: