Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

app-heier/binaryGraphics/matlabBinaryGraphicsTest.hh
Go to the documentation of this file.
00001 #ifndef MATLABBINARYGRAPHICSTEST_HH
00002 #define MATLABBINARYGRAPHICSTEST_HH
00003 
00004 #include "basics/testcase.hh"
00005 #include "basics/testsuite.hh"
00006 #include "matlabBinaryGraphics.hh"
00007 #include "formula.hh"
00008 #include "graphics/matlab.hh"
00009 #include "nQuads.hh"
00010 
00011 #include <sys/time.h>
00012 
00013 namespace test {
00014 
00015 class MatlabBinaryGraphicsTest: public TestCase {
00016 
00017 public:
00018   MatlabBinaryGraphicsTest();
00019   virtual ~MatlabBinaryGraphicsTest();
00020   virtual void run();
00021 
00022   void testBaseQuad();
00023   void testInfiniteQuad();
00024 
00025 };
00026 
00027 }//end namespace
00028 
00029 #endif /* MATLABBINARYGRAPHICSTEST_HH */

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)