Class documentation of Concepts

Loading...
Searching...
No Matches
testInfiniteMesh2D.hh
Go to the documentation of this file.
1
8#ifndef infmesh2dTest_hh
9#define infmesh2dTest_hh
10
11#include "basics/testcase.hh"
12
13namespace test {
14
15 // **************************************************** InfiniteMesh2dTest **
16
21 public:
22 virtual ~InfiniteMesh2dTest() {}
23 virtual void run();
24
26
27
29 };
30
31} // namespace test
32
33#endif // infmesh2dTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.