00001
00002
00003
00004 #if !defined(TestSnagDecomp_H)
00005 #define TestSnagDecomp_H
00006
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010
00011
00012 class clSimManager;
00013 class clTreePopulation;
00014 class clTree;
00015
00020 class clTestSnagDecomp : public CppUnit::TestFixture
00021 {
00022 public:
00023
00064 void TestSnagDecomp();
00065
00066 protected:
00067
00068
00074 void TestErrorProcessing (clSimManager *p_oSimManager);
00075
00081 char * WriteXMLFile1();
00082
00083
00089 char * WriteXMLFile2();
00090
00091
00098 char * WriteXMLErrorFile1();
00099
00106 char * WriteXMLErrorFile2();
00107
00114 char * WriteXMLErrorFile3();
00115
00116
00117
00118
00119 };
00120
00121 #endif // TestGrowthDepMortality_H