Class documentation of Concepts

Loading...
Searching...
No Matches
testQuad2d.hh
Go to the documentation of this file.
1
9#ifndef quad2dTest_hh
10#define quad2dTest_hh
11
12#include "basics/testcase.hh"
13
14namespace test {
15
16 // ************************************************************ Quad2dTest **
17
21 class Quad2dTest : public TestCase {
22 public:
23 virtual ~Quad2dTest() {}
24 virtual void run();
25
27
28
33 };
34
35} // namespace test
36
37#endif // quad2dTest_hh
void testEdgeMap()
Test the direction of the edge maps of the four edges of a square.
void localCoordinChildren()
Tests the finding of children with given local coordinates.
virtual void run()
Runs the tests. Must be overwritten by the specialization.