00001
00002
00003 #ifndef TestLightFilterH
00004 #define TestLightFilterH
00005
00006 #include <cppunit/TestFixture.h>
00007 #include <cppunit/TestCaller.h>
00008 #include <cppunit/TestSuite.h>
00009
00010 class clTreePopulation;
00011 class clSimManager;
00012
00018 class clTestLightFilter : public CppUnit::TestFixture {
00019
00020 public:
00021
00028 void TestLightFiltering();
00029
00038 private:
00039
00045 void VerifyXMLFile1(clTreePopulation *p_oPop);
00046
00054 void SetTreeValues(clTreePopulation *p_oPop);
00055
00065 char* WriteXMLFile1();
00066
00072 char* WriteXMLErrorFile1();
00073 };
00074
00075 #endif