00001
00002
00003
00004 #if !defined(TestSeedStochasticity_H)
00005 #define TestSeedStochasticity_H
00006
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010
00011 class clGridBase;
00012
00017 class clTestSeedStochasticity : public CppUnit::TestFixture
00018 {
00019
00020 public:
00021
00028 void TestGotAllDisperseObjects();
00029
00030 private:
00031
00037 char * WriteXMLFile1();
00038
00039
00040 };
00041
00042 #endif // TestSeedStochasticity_H