CppUnit - C++ port of JUnit 1.12.0 review

Download
by rbytes.net on

CppUnit is a C++ unit testing framework

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Baptiste Lepilleur
0 stars award from rbytes.net

CppUnit is a C++ unit testing framework. CppUnit project started its life as a port of JUnit to C++ by Michael Feathers.

Here are some key features of "CppUnit C++ port of JUnit":
XML output with hooks for additional data
Compiler-like text output to integrate with an IDE
Helper macros for easier test suite declaration
Hierarchical test fixture support
Test registry to reduce recompilation need
Test plug-in for faster compile/test cycle (self testable dynamic library)
Protector to encapsulate test execution (allow capture of exception not derived from std::exception)
MfcTestRunner
QT based graphic test runner

CppUnit - C++ port of JUnit 1.12.0 keywords