00001 //--------------------------------------------------------------------------- 00002 // TestExpResourceMortality 00003 //--------------------------------------------------------------------------- 00004 #if !defined(TestExpResourceMortality_H) 00005 #define TestExpResourceMortality_H 00006 00007 #include <cppunit/TestFixture.h> 00008 #include <cppunit/TestCaller.h> 00009 00014 class clTestExpResourceMortality : public CppUnit::TestFixture 00015 { 00016 public: 00017 00058 void TestExpResourceMortality(); 00059 00060 protected: 00061 00067 char * WriteXMLFile1(); 00068 00074 char * WriteXMLFile2(); 00075 00076 }; 00077 //--------------------------------------------------------------------------- 00078 #endif // TestExpResourceMortality_H