traceSpaceTest.hh

Go to the documentation of this file.
1 
8 #ifndef TRACESPACETEST_HH
9 #define TRACESPACETEST_HH
10 
11 #include "basics/testcase.hh"
12 
13 namespace concepts {
14  class Mesh3;
15 }
16 
17 namespace test {
18 
23  class TraceSpaceTest3D : public TestCase {
24  public:
26  virtual ~TraceSpaceTest3D() {}
27  virtual void run();
28 
29  private:
30  void testHexRho0();
31  void testHexRho1();
33  };
34 
35 } // namespace test
36 
37 #endif // TRACESPACETEST_HH
Base class for tests.
Definition: testcase.hh:92
An abstract class for 3D meshes.
Definition: mesh.hh:112
void testTraceSpace1(concepts::Mesh3 &msh)
Unit tests.
Definition: testcase.hh:66
Tests for the space hp3D::TraceSpace.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Basic namespace for Concepts-2.
Definition: pml_formula.h:16
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich