CppUnit
From Wikipedia, the free encyclopedia
(Redirected from Cppunit)
| Stable release | 1.12.1 / February 19, 2008 |
|---|---|
| Written in | C++ |
| Type | Unit testing tool |
| License | GNU Lesser General Public License |
| Website | http://www.freedesktop.org/wiki/Software/cppunit |
CppUnit is a unit testing framework module for the C++ programming language, described as a C++ port of JUnit. The library is released under the GNU Lesser General Public License. The library can be compiled for a variety of POSIX platforms, allowing unit-testing of 'C' sources as well as C++ with minimal source modification. The framework has a neutral UI, running tests in suites. Test result output is sent to a filter, the most basic being a simple pass or fail count printed out, or more advanced filters allowing XML output compatible with continuous integration reporting systems[citation needed].
[edit] See also
[edit] External links
- Current CppUnit Project's site.
- Llopis, Noel (2004-12-28). "Exploring the C++ Unit Testing Framework Jungle". http://gamesfromwithin.com/exploring-the-c-unit-testing-framework-jungle.
- Unit-tests with C++ using the framework CppUnit
- MiniCppUnit: Another C++ port with a minimalistic approach.
- Unit++: A Unit-Testing framework designed to be an alternative to CppUnit, because of its focus in being more adapted to C++ language, instead of being a port of JUnit to C++.
[edit] Books
Game Programming Gems 6 (ISBN 1-58450-450-1) contains an article called "Using CPPUnit to implement unit testing" by Blake Madden
| This computer programming-related article is a stub. You can help Wikipedia by expanding it. |