TestPlot.h

00001 //---------------------------------------------------------------------------
00002 // TestPlot
00003 //---------------------------------------------------------------------------
00004 #if !defined(TestPlot_H)
00005   #define TestPlot_H
00006 
00007 #include <cppunit/TestFixture.h>
00008 #include <cppunit/TestCaller.h>
00009 #include <cppunit/TestSuite.h>
00010 
00011 class clPlot;
00012 
00016 class clTestPlot : public CppUnit::TestFixture
00017 {
00018   public:
00019 
00024   void TestPlot();
00025 
00026   protected:
00027 
00031   void TestPlotGetters(clPlot *p_oPlot);
00032 
00036   void TestGetDistance(clPlot *p_oPlot);
00037 
00041   void TestGetAzimuth(clPlot *p_oPlot);
00042 
00047   void TestGetFastAzimuthAngle(clPlot *p_oPlot);
00048 
00053   void TestGetUncorrectedXandY(clPlot *p_oPlot);
00054 
00059   char * WriteXMLFile1();
00060 
00061 };
00062 #endif // TestPlot_H

Generated on Thu May 24 09:35:09 2007 for SORTIE C++ Test Documentation by  doxygen 1.5.2