Friday, December 30, 2011

CppUnit - C++ port of JUnit Free Download

CppUnit is the C++ port of the famous JUnit framework for unit testing.
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

Product's homepage
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


No comments:

Post a Comment

Blog Archive