CppUnit - C++ port of JUnit 1.12.0 review
DownloadCppUnit is a C++ unit testing framework
|
|
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 search tags