00001
00002
00003
00004 #if !defined(TestPRSemiStochGrowth_H)
00005 #define TestPRSemiStochGrowth_H
00006
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009
00010 class clSimManager;
00011
00015 class clTestPRSemiStochGrowth : public CppUnit::TestFixture {
00016
00017 public:
00018
00022 void TestPRSemiStochGrowth();
00023
00024 protected:
00025
00032 void NormalProcessingRun1(clSimManager *p_oSimManager);
00033
00038 char* WriteXMLFile1();
00039 };
00040
00041 #endif // TestPRSemiStochGrowth_H