TestAbsoluteGrowth.h

00001 //---------------------------------------------------------------------------
00002 // TestAbsoluteGrowth
00003 //---------------------------------------------------------------------------
00004 #if !defined(TestAbsoluteGrowth_H)
00005   #define TestAbsoluteGrowth_H
00006 
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010 
00011 class clSimManager;
00012 
00023 class clTestAbsoluteGrowth : public CppUnit::TestFixture {
00024 
00025   public:
00026 
00030   void TestAbsoluteGrowth();
00031 
00032   protected:
00033 
00043   void Test1YearPerTimestep(clSimManager *p_oSimManager);
00044 
00054   void Test3YearsPerTimestep(clSimManager *p_oSimManager);
00055 
00077   char* WriteXMLFile1();
00078 
00100   char* WriteXMLFile2();
00101 
00102 };
00103 //---------------------------------------------------------------------------
00104 #endif // TestAbsoluteGrowth_H

Generated on Thu May 24 09:35:09 2007 for SORTIE C++ Test Documentation by  doxygen 1.5.2