00001
00002
00003
00004 #if !defined(TestConstantGLI_H)
00005 #define TestConstantGLI_H
00006
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009
00010 class clSimManager;
00011
00015 class clTestConstantGLI : public CppUnit::TestFixture
00016 {
00017
00018 public:
00019
00023 void TestConstantGLI();
00024
00025 private:
00026
00033 void TestNormalProcessing(clSimManager *p_oSimManager);
00034
00039 void TestErrorProcessing(clSimManager *p_oSimManager);
00040
00046 char * WriteXMLFile1();
00047
00052 char* WriteXMLErrorFile1();
00053
00058 char* WriteXMLErrorFile2();
00059
00065 void WriteCommonStuff(std::fstream &oOut);
00066
00067 };
00068
00069 #endif // TestDensityLight_H