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
1.2.14 written by Dimitri van Heesch,
© 1997-2002