Class documentation of Concepts

Loading...
Searching...
No Matches
spaceTest.hh
Go to the documentation of this file.
1
7#ifndef spaceTest_hh
8#define spaceTest_hh
9
10#include "basics/testcase.hh"
11#include "linDG2D/space.hh"
12
13// forward declarations
14namespace concepts {
15 class Mesh2;
16}
17
18namespace test {
19
23 class DGSpace2dP1Test : public TestCase {
24 public:
25 virtual ~DGSpace2dP1Test() {}
26 virtual void run();
27
29
30 void testVertices(const linDG2D::SpaceP1& s,
31 concepts::Mesh2& mesh);
33 };
34
35} // namespace test
36
37#endif // spaceTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.