#pragma section-numbers off
''On August 31st, 2005, the wiki data was deleted.  The latest backup was from August 11th - any changes since then have been lost.  Oops.''

= CppUnit Wiki =
Welcome! to CppUnit Wiki.

Interesting starting points:

 * RecentChanges: see where people are currently working
 * HelpForBeginners: to get you going. Specifically, help on wiki, not on CppUnit
 * WikiSandBox: feel free to change this page and experiment with editing
 * FindPage: search or browse the database in various ways...

= What is CppUnit? =
CppUnit is a C++ unit testing framework. It started its life as a port of
[http://www.junit.org JUnit] to C++ by Michael Feathers. For a quick tour of
unit testing with CppUnit, see
[http://cppunit.sourceforge.net/doc/lastest/cppunit_cookbook.html the Cookbook]
in the latest documentation. For an introduction to unit testing, see
Wiki:UnitTest, Wiki:ProgrammerTest, and Wiki:CodeUnitTestFirst at the
[wiki:Wiki:FrontPage C2.com wiki].

Features:
 * XML output with hooks for additional data
 * Compiler-like text output to integrate with an IDE
 * Helper macros for easier test suite declaration
 * Hierarchical test fixture supp
