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

TestForward.hh

Go to the documentation of this file.
00001 #ifndef TESTFORWARD_HH
00002 #define TESTFORWARD_HH
00003 
00004 #include <boost/smart_ptr.hpp>
00005 
00006 // Forward declarations for the testing framework (grumble)
00007 namespace ccunit
00008 {
00009 
00010   class TestSuiteError;
00011 
00012   class TestComponent;
00013   typedef boost::shared_ptr<TestComponent> TestComponentPtr;
00014 
00015   class TestSuite;
00016 
00017   class TestSuiteFormatter;
00018   typedef boost::shared_ptr<TestSuiteFormatter> TestSuiteFormatterPtr;
00019 
00020 } // namespace ccunit
00021 
00022 #endif

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

Project hosted on sourceforge SourceForge Logo