00001 //--------------------------------------------------------------------------- 00002 // TestMortalityOrg 00003 //--------------------------------------------------------------------------- 00004 #if !defined(TestMortalityOrg_H) 00005 #define TestMortalityOrg_H 00006 00007 #include <cppunit/TestFixture.h> 00008 #include <cppunit/TestCaller.h> 00009 #include <cppunit/TestSuite.h> 00010 00014 class clTestMortalityOrg : public CppUnit::TestFixture 00015 { 00016 public: 00017 00046 void TestMortalityOrg(); 00047 00048 protected: 00049 00055 char * WriteXMLFile1(); 00056 00057 00058 }; 00059 //--------------------------------------------------------------------------- 00060 #endif // TestMortalityOrg_H