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 
14 namespace test {
15 
16  // ************************************************************ Quad2dTest **
17 
21  class Quad2dTest : public TestCase {
22  public:
23  virtual ~Quad2dTest() {}
24  virtual void run();
25 
27 
28  void localCoordinChildren();
31  void testEdgeMap();
33  };
34 
35 } // namespace test
36 
37 #endif // quad2dTest_hh
Tests the projections from one space to another.
Definition: testQuad2d.hh:21
Base class for tests.
Definition: testcase.hh:92
void localCoordinChildren()
Tests the finding of children with given local coordinates.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Unit tests.
Definition: testcase.hh:66
virtual ~Quad2dTest()
Definition: testQuad2d.hh:23
void testEdgeMap()
Test the direction of the edge maps of the four edges of a square.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich