Class documentation of Concepts

Loading...
Searching...
No Matches
formulaTest.hh
Go to the documentation of this file.
1
7#ifndef formulaSpcTest_hh
8#define formulaSpcTest_hh
9
10#include "basics/testcase.hh"
11#include "basics/typedefs.hh"
12#include "space/space.hh"
13
14namespace concepts {
15 // forward declaration
16 class Mesh2;
17}
18
19namespace test {
20
27 class ElementFormulaTest : public TestCase {
28 public:
29 ElementFormulaTest() {}
30 virtual ~ElementFormulaTest() {}
31 virtual void run();
32
34
35 void testTimesNormal2D();
37 };
38
39} // namespace test
40
41#endif // formulaSpcTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.