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

linDG2D/testsuite/spaceTest.hh
Go to the documentation of this file.
00001 #ifndef spaceTest_hh
00002 #define spaceTest_hh
00003 
00004 #include "basics/testcase.hh"
00005 #include "linDG2D/space.hh"
00006 
00007 // forward declarations
00008 namespace concepts {
00009   class Mesh2;
00010 }
00011 
00012 namespace test {
00013 
00017   class DGSpace2dP1Test : public TestCase {
00018   public:
00019     virtual ~DGSpace2dP1Test() {}
00020     virtual void run();
00021 
00023 
00024     void testVertices(const linDG2D::SpaceP1& s,
00025                       concepts::Mesh2& mesh);
00027   };
00028 
00029 } // namespace test
00030 
00031 #endif // spaceTest_hh

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