00001 00007 #ifndef cellconditiontest_hh 00008 #define cellconditiontest_hh 00009 00010 #include "basics/testcase.hh" 00011 #include "basics/typedefs.hh" 00012 #include "geometry/cellConditions.hh" 00013 00014 namespace test { 00015 00016 // ***************************************************** CellConditionTest ** 00017 00022 class CellConditionTest : public TestCase { 00023 public: 00024 virtual ~CellConditionTest() {} 00025 virtual void run(); 00026 00028 00029 00031 void testQuad(); 00033 private: 00040 void testQuadCondition_(const concepts::CellCondition* cc, const uint dim, 00041 const uint l = 0, const uint p = 1); 00042 }; 00043 00044 } // namespace test 00045 00046 #endif // cellconditiontest_hh 00047