Summary
This release introduces a set of template classes to replace the macros needed so far to create and influence mock objects.
Advertisement
The basic working method does not change, but it should be easier now to work with mockpp. Additionally several issues have been fixed.
About mockpp:
mockpp is a platform independent generic unit testing framework for C++. It's goal is to facilitate
developing unit tests in the spirit of Mock Objects for Java,
EasyMock and jMock.
Mock objects allow you to set up exactly predictible behaviour to help you test your production code by emulating some functionality your code depends on.
Mockpp is tested with
CppUnit but should work with other testing frameworks as well.