Class documentation of Concepts

Loading...
Searching...
No Matches
elementPairTest.hh
Go to the documentation of this file.
1
7#ifndef elementPairTest_hh
8#define elementPairTest_hh
9
10#include "basics/testcase.hh"
11
12namespace linDG2D {
13 class ElementPair;
14}
15
16namespace test {
17
22 public:
23 virtual ~DGElementPair2dTest() {}
24 virtual void run();
25
27
28 void testShapeFct(linDG2D::ElementPair** ep);
30 };
31
32} // namespace test
33
34#endif // elementPairTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.