openbsd-ports/devel/cppunit/pkg/DESCR
jasper 80882b7731 - update cppunit to 1.12.1
- specify license version
- tweak DESCR

tested in a bulk build by me
2008-10-24 14:49:44 +00:00

15 lines
542 B
Plaintext

CppUnit is a C++ unit testing framework. It started its life as a port
of JUnit to C++ done by Michael Feathers.
Features:
- XML output with hook for additional data
- Compiler like text output to integrate with an IDE
- Helper macros for easier test suite declaration
- Hierarcal 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)