Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

DoxygenFormatterTestMain.cc

Go to the documentation of this file.
00001 /* -*- Mode:C++ -*- */
00002 #include "AutoTest.hh"
00003 #include "AutoTestTest.hh"
00004 #include <iostream>
00005 
00006 #include "TestSuiteFormatterDoxygen.hh"
00007 
00018 int
00019 main()
00020 {
00021   ccunit::AutoTestSuite::instance().setFormatter(ccunit::TestSuiteFormatterPtr(new ccunit::TestSuiteFormatterDoxygen()));
00022   ccunit::AutoTestSuite::instance().setName("libccunit Unit Tests");
00023 }

Generated on Tue Apr 2 15:33:22 2002 for libccunit by doxygen 1.2.14 written by Dimitri van Heesch, © 1997-2002

Project hosted on sourceforge SourceForge Logo