00001 //--------------------------------------------------------------------------- 00002 // TestLightOrg 00003 //--------------------------------------------------------------------------- 00004 #if !defined(TestLightOrg_H) 00005 #define TestLightOrg_H 00006 00007 #include <cppunit/TestFixture.h> 00008 #include <cppunit/TestCaller.h> 00009 #include <cppunit/TestSuite.h> 00010 00011 class clSimManager; 00012 00016 class clTestLightOrg : public CppUnit::TestFixture { 00017 00018 public: 00019 00023 void TestLightOrg(); 00024 00025 protected: 00026 00035 void TestGetLightExtinctionCoefficient(clSimManager *p_oSimManager); 00036 00043 void TestDoSetup(clSimManager *p_oSimManager); 00044 00051 char* WriteXMLFile1(); 00052 00058 char* WriteXMLFile2(); 00059 00065 char* WriteXMLErrorFile1(); 00066 00072 char* WriteXMLErrorFile2(); 00073 00079 char* WriteXMLErrorFile3(); 00080 00081 00082 00083 }; 00084 //--------------------------------------------------------------------------- 00085 #endif // TestLightOrg_H