没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > mockcpp |
mockcpp
|
0 | 0 | 356 |
贡献者 | 讨论 | 代码提交 |
mock++ is a jmock-like generic easy-of-use C++ Mock Framework, creating a mock object by mock++ is virtually as easy as using jMock.
Current Releasemock++ 2.4 is avaliable for downloading now, the main changes of this release are:
Added support for mocking free functions & static class methods without using macro MOCKABLE (only for MSVC); Fully switched the building system to cmake; Changed some implementation to work with TestNG++。
Previous Releasesmock++ 2.3
Automatic type inference of integer types (long/unsigned long, int/unsigned int, short/unsigned short, char/unsigned char) is supported; Using CMake as the building system, rather than putting MSVC project files into repository directly.
mock++ 2.2
MSVC 2008 is supported, except for the RTTI capabiliti