00001
00002
00003
00004 #if !defined(TestDoubleMMRelGrowth_H)
00005 #define TestDoubleMMRelGrowth_H
00006
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009
00010 class clSimManager;
00011
00016 class clTestDoubleMMRelGrowth : public CppUnit::TestFixture {
00017
00018 public:
00019
00023 void TestDoubleMMRelGrowth();
00024
00025 protected:
00026
00035 void Test1YearPerTimestep(clSimManager *p_oSimManager);
00036
00046 void Test3YearsPerTimestep(clSimManager *p_oSimManager);
00047
00062 char* WriteXMLFile1();
00063
00078 char* WriteXMLFile2();
00079
00080 };
00081
00082 #endif // TestDoubleMMRelGrowth_H