TestStormLight.h

00001 //---------------------------------------------------------------------------
00002 // TestStormLight
00003 //---------------------------------------------------------------------------
00004 #if !defined(TestStormLight_H)
00005 #define TestStormLight_H
00006 
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 
00010 class clSimManager;
00011 
00015 class clTestStormLight : public CppUnit::TestFixture
00016 {
00017 
00018   public:
00019 
00023   void TestStormLight();
00024 
00025   private:
00026 
00034   void NormalProcessingRun1(clSimManager *p_oSimManager);
00035 
00043   void NormalProcessingRun2(clSimManager *p_oSimManager);
00044 
00049   void TestErrorProcessing(clSimManager *p_oSimManager);
00050 
00051 
00058   char * WriteXMLFile1();
00059 
00066   char * WriteXMLFile2();
00067 
00073   char* WriteXMLErrorFile1();
00074 
00075 
00076 };
00077 //---------------------------------------------------------------------------
00078 #endif // TestStormLights_H

Generated on Mon Mar 27 15:13:44 2006 for SORTIE C++ Test Documentation by  doxygen 1.4.6-NO