Class documentation of Concepts

Loading...
Searching...
No Matches
cellConditionTest.hh
Go to the documentation of this file.
1
8#ifndef cellconditiontest_hh
9#define cellconditiontest_hh
10
11#include "basics/testcase.hh"
12#include "basics/typedefs.hh"
13#include "geometry/cellConditions.hh"
14
15namespace test {
16
17 // ***************************************************** CellConditionTest **
18
23 class CellConditionTest : public TestCase {
24 public:
25 virtual ~CellConditionTest() {}
26 virtual void run();
27
29
30
32 void testQuad();
34 private:
41 void testQuadCondition_(const concepts::CellCondition* cc, const uint dim,
42 const uint l = 0, const uint p = 1);
43 };
44
45} // namespace test
46
47#endif // cellconditiontest_hh
48
virtual void run()
Runs the tests. Must be overwritten by the specialization.