TestLogisticGrowth.h

00001 //---------------------------------------------------------------------------
00002 // TestLogisticGrowth
00003 //---------------------------------------------------------------------------
00004 #if !defined(TestLogisticGrowth_H)
00005   #define TestLogisticGrowth_H
00006 
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010 
00011 class clSimManager;
00012 
00018 class clTestLogisticGrowth : public CppUnit::TestFixture {
00019 
00020   public:
00021 
00025   void TestLogisticGrowth();
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 // TestLogisticGrowth_H

Generated on Wed Nov 15 11:27:24 2006 for SORTIE C++ Test Documentation by  doxygen 1.4.7