mockpp Documentation

1.16.6

Abstract

mockpp is a platform independent generic unit testing framework for C++. It's goal is to facilitate developing unit tests and integraton 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 exist just for testing purposes.

Getting Started With The Documentation

mockpp consists of a lot of classes in the meanwhile. Many of them are useless for daily coding. Some of them are internal helper classes, some are mere interface classes which are a remainder of the port from java. Some are only needed when you want to extend the library in some way.

To help finding the really important classes the library documentation is divided into the groups below. Please note that there is also a tutorial available which introduces into the library on the base of a simple example.

 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated on Tue Jan 5 09:48:56 2010 for mockpp by  doxygen 1.6.1