CppUnit

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
CppUnit
Stable release 1.13.2 (LibreOffice version)[1] (12 November 2013; 10 years ago (2013-11-12)) [±]
Written in C++
Type Unit testing tool
License LGPL
Website freedesktop.org/wiki/Software/cppunit (LibreOffice-maintained version)

CppUnit is a unit testing framework module for the C++ programming language. It allows unit-testing of C sources as well as C++ with minimal source modification. It was started around 2000 by Michael Feathers as a C++ port of JUnit for Windows and ported to Unix by Jerome Lacoste.[2] The library is released under the GNU Lesser General Public License.

The framework runs 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.[3]

The project has been forked several times.[4][5] The freedesktop.org version, maintained by Markus Mohrhard of the LibreOffice project (which uses CppUnit heavily), is actively maintained, and is used in Linux distributions such as Debian, Ubuntu, Gentoo and Arch.[6]

See also

Further reading

  • Lua error in package.lua at line 80: module 'strict' not found.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Jenkins plug-in for CppUnit and other Unit Test tools
  4. freedesktop.org fork presented as CppUnit v1.13
  5. fork presented as CppUnit2; not modified since 2009
  6. Lua error in package.lua at line 80: module 'strict' not found.

External links

  • No URL found. Please specify a URL here or add one to Wikidata. (freedesktop.org version)