00001
00002
00003
00004 #if !defined(TestRandomBrowse_H)
00005 #define TestRandomBrowse_H
00006
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010
00011 class clSimManager;
00012
00017 class clTestRandomBrowse : public CppUnit::TestFixture
00018 {
00019 public:
00020
00024 void TestRandomBrowse();
00025
00026 protected:
00027
00051 void TestNormalRun1(clSimManager *p_oSimManager);
00052
00060 void TestNormalRun2(clSimManager *p_oSimManager);
00061
00066 void TestErrorProcessing(clSimManager *p_oSimManager);
00067
00073 char * WriteXMLFile1();
00074
00080 char * WriteXMLFile2();
00081
00087 char * WriteXMLErrorFile1();
00088
00089 };
00090
00091 #endif // TestRandomBrowse_H