Jump to content

CppUnit (unit testing tool)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmackBot (talk | contribs) at 23:29, 13 December 2006 (Date/correct the maintenance tags using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

CppUnit is a C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers. For a quick tour of unit testing with CppUnit, see the Cookbook in the latest documentation. For an introduction to unit testing, see UnitTest, ProgrammerTest, and CodeUnitTestFirst at the C2.com wiki.