Class documentation of Concepts

Loading...
Searching...
No Matches
traceTest.hh
Go to the documentation of this file.
1
8#ifndef testtrace_hh
9#define testtrace_hh
10
11#include "basics/testcase.hh"
12
13
14namespace test {
15
16 // ************************************************************ TraceTest **
17
22 class TraceTest : public TestCase {
23 public:
24 virtual ~TraceTest() {}
25 virtual void run();
26
28
29 void testQuad();
30 void testFourQuads();
31 void testBC();
32 void testNeumannTraceRing();
33 void testFirstTraceSpace();
34 void testMeanJumpTraceSpace();
35 void testNormalVector();
36 void testNormalVectorTwoDomains();
39 //TODO is added soon -> see testNeumannTraces
40 // void testNeumannTraceSpace();
43 };
44
45} // namespace test
46
47#endif // testtrace_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.