00001
00002
00003
00004 #if !defined(TestStochasticGapGrowth_H)
00005 #define TestStochasticGapGrowth_H
00006
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009
00010 class clSimManager;
00011
00016 class clTestStochasticGapGrowth : public CppUnit::TestFixture
00017 {
00018 public:
00019
00023 void TestStochasticGapGrowth();
00024
00025 protected:
00026
00036 void TestNormalProcessing(clSimManager *p_oSimManager);
00037
00043 void TestErrorProcessing(clSimManager *p_oSimManager);
00044
00050 char * WriteXMLFile1();
00051
00058 char * WriteXMLErrorFile1();
00059
00060 };
00061
00062 #endif // TestStochasticGapGrowth_H