mockpp: mockpp (Unit testing framework for C++)
mockpp:
mockpp: Mockpp is a platform independent generic unit testing framework for
mockpp: C++. It's goal is to facilitate developing unit tests in the spirit
mockpp: of Mock Objects for Java, EasyMock and jMock.
mockpp:
mockpp: Mock objects allow you to set up predictible behaviour to help you
mockpp: test your production code by emulating (mocking) some functionality
mockpp: your code depends on.
mockpp:
mockpp: