00001
00002
00003
00004 #if !defined(TestSizeDepLogisticGrowth_H)
00005 #define TestSizeDepLogisticGrowth_H
00006
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010
00011 class clSimManager;
00012
00018 class clTestSizeDepLogisticGrowth : public CppUnit::TestFixture {
00019
00020 public:
00021
00025 void TestSizeDepLogisticGrowth();
00026
00027 protected:
00028
00037 void Test1YearPerTimestep(clSimManager *p_oSimManager);
00038
00047 void Test3YearsPerTimestep(clSimManager *p_oSimManager);
00048
00064 char* WriteXMLFile1();
00065
00081 char* WriteXMLFile2();
00082 };
00083
00084 #endif // TestSizeDepLogisticGrowth_H