meshImp2DTest.hh

Go to the documentation of this file.
1 
6 #ifndef MeshImp2DTest_hh
7 #define MeshImp2DTest_hh
8 
9 #include <iostream>
10 #include <cstdlib>
11 #include "space/space.hh"
12 #include "basics/testcase.hh"
13 #include "basics/exceptions.hh"
14 
15 namespace test {
16 
17  class MeshImp2DTest : public TestCase {
18  public:
20  virtual ~MeshImp2DTest() {}
21  virtual void run();
22  };
23 
24 } // namespace test
25 
26 # endif // MeshImp2DTest_hh
27 
Base class for tests.
Definition: testcase.hh:92
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Unit tests.
Definition: testcase.hh:66
virtual ~MeshImp2DTest()
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich