Rss Feed

03 October 2006

Unit Test and C++

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

Related links:
C/C++ unit testing tools