TestRunner
This is perhaps the most widely used class from CppUnit. There are various flavors of TestRunner available. The MfcTestRunner works for MSVC 6, the QtTestRunner is a Qt based graphic test runner, TextTestRunner is a stock runner based on text interface in CppUnit standard distributions. CursesTestRunner provides a pretty curses interface to CppUnit.