TestGrids.h

00001 //---------------------------------------------------------------------------
00002 // TestGrids
00003 //---------------------------------------------------------------------------
00004 #if !defined(TestGrids_H)
00005   #define TestGrids_H
00006 
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010 
00011 class clGridBase;
00012 class clSimManager;
00013 
00017 class clTestGrids : public CppUnit::TestFixture {
00018 
00019   public:
00020 
00024   void TestGrids();
00025 
00026   protected:
00027 
00032   void TestGetAverage(clGridBase *p_oGrid);
00033 
00038   void TestGetCoordinates(clGridBase *p_oGrid);
00039 
00046   clGridBase* CreateGrid(clSimManager *p_oSimManager);
00047 
00053   char* WriteXMLFile1();
00054 
00055 };
00056 //---------------------------------------------------------------------------
00057 #endif // TestGrids_H

Generated on Wed Nov 15 11:27:24 2006 for SORTIE C++ Test Documentation by  doxygen 1.4.7