PACKAGE NAME: mockpp-1.16.6-x86_64-2_dce.tgz PACKAGE MIRROR: http://slackdce.radioclub.ar/slackdce/15.0/x86_64/ PACKAGE LOCATION: ./development/mockpp PACKAGE SIZE (compressed): 476 K PACKAGE SIZE (uncompressed): 2700 K PACKAGE REQUIRED: cppunit PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: 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: