00001
00002
00003
00004 #if !defined(TestStochasticMort_H)
00005 #define TestStochasticMort_H
00006
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010
00014 class clTestStochasticMort : public CppUnit::TestFixture
00015 {
00016 public:
00017
00025 void TestStochasticMortality();
00026
00027 protected:
00028
00036 char * WriteXMLFile1();
00037
00044 char * WriteXMLFile2();
00045
00046
00047 };
00048 #endif // TestStochasticMort_H
00049
00050
00051