testInfiniteMesh2D.hh

Go to the documentation of this file.
1 
8 #ifndef infmesh2dTest_hh
9 #define infmesh2dTest_hh
10 
11 #include "basics/testcase.hh"
12 
13 namespace test {
14 
15  // **************************************************** InfiniteMesh2dTest **
16 
20  class InfiniteMesh2dTest : public TestCase {
21  public:
22  virtual ~InfiniteMesh2dTest() {}
23  virtual void run();
24 
26 
27 
29  };
30 
31 } // namespace test
32 
33 #endif // infmesh2dTest_hh
Base class for tests.
Definition: testcase.hh:92
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Tests 2D mesh with infinite cells.
Unit tests.
Definition: testcase.hh:66
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich