Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

hp2D/testsuite/projectionTest.hh
Go to the documentation of this file.
00001 /* @file projectTest.hh
00002 
00003    Test projections from one space to another.
00004  */
00005 
00006 #ifndef projectionTest_hh
00007 #define projectionTest_hh
00008 
00009 #include "basics/testcase.hh"
00010 
00011 namespace test {
00012 
00013   // ******************************************************** ProjectionTest **
00014 
00019   class ProjectionTest : public TestCase {
00020   public:
00021     virtual ~ProjectionTest() {}
00022     virtual void run();
00023 
00025 
00026 
00027     void testP2P1();
00029     void testH1H0();
00031   };
00032 
00033 } // namespace test
00034 
00035 #endif // projectionTest_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)