00001 //--------------------------------------------------------------------------- 00002 // TestMortality 00003 //--------------------------------------------------------------------------- 00004 #if !defined(TestMortality_H) 00005 #define TestMortality_H 00006 00007 #include <cppunit/TestFixture.h> 00008 #include <cppunit/TestCaller.h> 00009 #include <cppunit/TestSuite.h> 00010 00015 class clTestMortality : public CppUnit::TestFixture 00016 { 00017 public: 00018 00088 void TestMortality(); 00089 00090 protected: 00091 00097 char * WriteXMLFile1(); 00098 00104 char * WriteXMLFile2(); 00105 00106 }; 00107 //--------------------------------------------------------------------------- 00108 #endif // TestMortality_H