Class documentation of Concepts

Loading...
Searching...
No Matches
projectionTest.hh
Go to the documentation of this file.
1
6#ifndef projectionTest_hh
7#define projectionTest_hh
8
9#include "basics/testcase.hh"
10
11namespace test {
12
13 // ******************************************************** ProjectionTest **
14
19 class ProjectionTest : public TestCase {
20 public:
21 virtual ~ProjectionTest() {}
22 virtual void run();
23
25
26
27 void testP2P1();
29 void testH1H0();
31 };
32
33} // namespace test
34
35#endif // projectionTest_hh
void testP2P1()
Test for a projection from space with p = 2 to one with p = 1.
void testH1H0()
Test for a projection from space with h = 1/2 to one with h = 1.
virtual void run()
Runs the tests. Must be overwritten by the specialization.