testGridInfo.hh

Go to the documentation of this file.
1 
8 #ifndef gridInfoTest_hh
9 #define gridInfoTest_hh
10 
11 #include "basics/testcase.hh"
12 
13 namespace test
14 {
15 
16  // ************************************************************ TraceTest **
17 
22  class GridInfoTest: public TestCase
23  {
24  public:
25  virtual ~GridInfoTest()
26  {
27  }
28  virtual void run();
29 
31 
32  };
33 
34 } // namespace test
35 
36 #endif // gridInfoTest_hh
Base class for tests.
Definition: testcase.hh:92
Test the FE space hp2D::NeumannTraceSpace and hp2D::NeumannTraceElement.
Definition: testGridInfo.hh:23
Unit tests.
Definition: testcase.hh:66
virtual ~GridInfoTest()
Definition: testGridInfo.hh:25
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich