Class documentation of Concepts

Loading...
Searching...
No Matches
spaceTest.hh
Go to the documentation of this file.
1
7#ifndef spaceTest2D_hh
8#define spaceTest2D_hh
9
10#include "basics/testcase.hh"
11
12using concepts::Real;
13
14namespace test {
15
19 class SpaceTest2D : public TestCase {
20 public:
21 SpaceTest2D() {}
22 virtual ~SpaceTest2D() {}
23 virtual void run();
24
26
27
28 void testBuild();
30 void testCopy();
32 private:
33 };
34
35} // namespace test
36
37#endif // spaceTest2D_hh
void testBuild()
Tests building a space.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testCopy()
Tests copying a space.
double Real
Definition typedefs.hh:39