Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/gmock,
C++ Mocking Framework
Branch: CURRENT,
Version: 1.6.0,
Package name: gmock-1.6.0,
Maintainer: ryoonnspired 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.
Required to run:[
lang/python26]
Required to build:[
archivers/unzip] [
devel/libtool-base] [
devel/googletest]
Master sites:
SHA1: 4702e98af194d320a915f1e6d2532a32b280819e
RMD160: e08ea01a82e119591eef9bab69629d0af247784f
Filesize: 2005.549 KB
Version history: (Expand)
- (2011-07-30) Package deleted from pkgsrc
- (2011-05-12) Package added to pkgsrc.se, version gmock-1.6.0 (created)
CVS history: (Expand)
2011-07-29 17:33:13 by Ryo ONODERA | Files touched by this commit (8) | |
Log message:
Remove gmock.
Imported to devel/gmock.
|
2011-05-13 13:02:56 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix wip/gtest to devel/googletest
|
2011-05-13 12:58:41 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix wip/gtest to devel/googletest
|
2011-05-13 12:33:52 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix COMMENT
|
2011-05-12 14:10:15 by Ryo ONODERA | Files touched by this commit (8) | |
Log message:
Import gmock-1.6.0 as wip/gmock.
nspired 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.
|