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

hp2D/testsuite/spaceTest.hh
Go to the documentation of this file.
00001 
00005 #ifndef spaceTest2D_hh
00006 #define spaceTest2D_hh
00007 
00008 #include "basics/testcase.hh"
00009 
00010 using concepts::Real;
00011 
00012 namespace test {
00013 
00017   class SpaceTest2D : public TestCase {
00018   public:
00019     SpaceTest2D() {}
00020     virtual ~SpaceTest2D() {}
00021     virtual void run();
00022 
00024 
00025 
00026     void testBuild();
00028     void testCopy();
00030   private:
00031   };
00032 
00033 } // namespace test
00034 
00035 #endif // spaceTest2D_hh

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