00001 #ifndef elementPairTest_hh 00002 #define elementPairTest_hh 00003 00004 #include "basics/testcase.hh" 00005 00006 namespace linDG2D { 00007 class ElementPair; 00008 } 00009 00010 namespace test { 00011 00015 class DGElementPair2dTest : public TestCase { 00016 public: 00017 virtual ~DGElementPair2dTest() {} 00018 virtual void run(); 00019 00021 00022 void testShapeFct(linDG2D::ElementPair** ep); 00024 }; 00025 00026 } // namespace test 00027 00028 #endif // elementPairTest_hh