00001 //--------------------------------------------------------------------------- 00002 00003 #ifndef TestGLIPointsH 00004 #define TestGLIPointsH 00005 00006 #include <cppunit/TestFixture.h> 00007 #include <cppunit/TestCaller.h> 00008 00009 class clSimManager; 00010 00014 class clTestGLIPoints : public CppUnit::TestFixture { 00015 00016 public: 00017 00021 void TestGLIPoints(); 00022 00023 private: 00024 00031 void TestNormalProcessing(clSimManager *p_oSimManager); 00032 00038 void TestErrorProcessing(clSimManager *p_oSimManager); 00039 00046 char* WriteXMLFile1(); 00047 00052 char* WriteXMLErrorFile1(); 00053 00058 char* WriteXMLErrorFile2(); 00059 00064 char* WriteXMLErrorFile3(); 00065 00071 char* WriteXMLErrorFile4(); 00072 00077 char* WriteXMLErrorFile5(); 00078 00080 char* m_sFileName; 00081 00082 }; 00083 //--------------------------------------------------------------------------- 00084 #endif