Jump to content

CppUnit (unit testing tool)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vald (talk | contribs) at 12:14, 24 July 2006. 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.