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 
11 namespace test {
12 
13  // ******************************************************** ProjectionTest **
14 
19  class ProjectionTest : public TestCase {
20  public:
21  virtual ~ProjectionTest() {}
22  virtual void run();
23 
25 
26  void testP2P1();
29  void testH1H0();
31  };
32 
33 } // namespace test
34 
35 #endif // projectionTest_hh
Base class for tests.
Definition: testcase.hh:92
void testH1H0()
Test for a projection from space with h = 1/2 to one with h = 1.
void testP2P1()
Test for a projection from space with p = 2 to one with p = 1.
Unit tests.
Definition: testcase.hh:66
Tests the projections from one space to another.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich