TestIsotropicDisperse.h

00001 //---------------------------------------------------------------------------
00002 // TestAnisotropicDisperse
00003 //---------------------------------------------------------------------------
00004 #if !defined(TestAnisotropicDisperse_H)
00005   #define TestAnisotropicDisperse_H
00006 
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010 
00011 class clGridBase;
00012 
00024 class clTestIsotropicDisperse : public CppUnit::TestFixture {
00025 
00026 public:
00033   void TestIsotropicDispersal1();
00034 
00041   void TestIsotropicDispersal2();
00042 
00043 private:
00044 
00048   void VerifyXMLFile1(clGridBase *p_oSeedGrid);
00049 
00053   void VerifyXMLFile2(clGridBase *p_oSeedGrid);
00054 
00062   char* WriteXMLFile1();
00063 
00071   char* WriteXMLFile2();
00072 
00073 };
00074 //---------------------------------------------------------------------------
00075 #endif // TestAnisotropicDisperse_H

Generated on Mon Mar 27 15:13:44 2006 for SORTIE C++ Test Documentation by  doxygen 1.4.6-NO