On this page

Overview

CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML or text format for automatic testing and GUI based for supervised tests.

More information: https://sourceforge.net/projects/cppunit/

Usage

You can check the versions installed in Gadi with a module query:

$ module avail cppunit

We normally recommend using the latest version available and always recommend to specify the version number with the module command:

$ module load cppunit/1.14.0

For more details on using modules see our modules help guide at https://opus.nci.org.au/display/Help/Environment+Modules.

To see the documentation of CppUnit visit http://cppunit.sourceforge.net/doc/1.8.0/cppunit_cookbook.html#cppunit_cookbook.