mockpp is a platform-independent generic unit testing framework for C++. Its goal is to facilitate developing unit tests and integration tests in the spirit of Mock Objects, EasyMock, and jMock. It includes a slightly modified version of CxxTest as a framework for flow control and analysis, but also works with CppUnit or Boost.Test.
| Tags | Software Development |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | C++ |
Recent releases


Changes: This maintenance release fixes minor issues.


Changes: This maintenance release fixes some minor issues.


Changes: This release includes 2 formerly missing project files.


Changes: This maintainance release adds an overloaded isA() to allow isA<A, B>() as well.


Changes: This release fixes a compilation issue on Mac OS platforms and a parsing problem with mockpp2xml.