B. Watson 19b52be831 development/mockpp: Remove .la files. 2 vuotta sitten
..
README 989c6465cf development/mockpp: Added (Unit testing framework for C++). 7 vuotta sitten
fixbuild.patch.gz 989c6465cf development/mockpp: Added (Unit testing framework for C++). 7 vuotta sitten
mockpp.SlackBuild 19b52be831 development/mockpp: Remove .la files. 2 vuotta sitten
mockpp.info 989c6465cf development/mockpp: Added (Unit testing framework for C++). 7 vuotta sitten
slack-desc 989c6465cf development/mockpp: Added (Unit testing framework for C++). 7 vuotta sitten

README

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 predictible behaviour to help you
test your production code by emulating some functionality your code
depends on. This might for example be a huge database which is too
difficult and time consuming to maintain just for testing purposes.