00001 //--------------------------------------------------------------------------- 00002 // TestResourceMortality 00003 //--------------------------------------------------------------------------- 00004 #if !defined(TestResourceMortality_H) 00005 #define TestResourceMortality_H 00006 00007 #include <cppunit/TestFixture.h> 00008 #include <cppunit/TestCaller.h> 00009 00014 class clTestResourceMortality : public CppUnit::TestFixture 00015 { 00016 public: 00017 00080 void TestResourceMortality(); 00081 00082 protected: 00083 00089 char * WriteXMLFile1(); 00090 00096 char * WriteXMLFile2(); 00097 00098 }; 00099 //--------------------------------------------------------------------------- 00100 #endif // TestResourceMortality_H