Class documentation of Concepts

Loading...
Searching...
No Matches
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
13namespace concepts {
14 class Mesh3;
15}
16
17namespace 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();
32 void testTraceSpace1(concepts::Mesh3 &msh);
33 };
34
35} // namespace test
36
37#endif // TRACESPACETEST_HH
virtual void run()
Runs the tests. Must be overwritten by the specialization.