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

integration/testsuite/integration.hh
Go to the documentation of this file.
00001 // testing integration
00002 
00003 #ifndef testIntegration_hh
00004 #define testIntegration_hh
00005 
00006 #include "basics/testcase.hh"
00007 
00008 namespace test {
00009 
00010   // ******************************************************** QuadratureTest **
00011 
00015   class QuadratureTest : public TestCase {
00016   public:
00017     virtual ~QuadratureTest() {}
00018     virtual void run();
00019 
00021 
00022 
00023     void test0();
00025     void test1();
00027     void test2();
00029     void test3();
00031     void test4();
00033   };
00034 
00035   // ******************************************************* KarniadakisTest **
00036 
00040   class KarniadakisTest : public TestCase {
00041   public:
00042     virtual ~KarniadakisTest() {}
00043     virtual void run();
00044 
00046 
00047 
00048     void test10();
00050     void test11();
00051     //}@
00052   };
00053 
00054 } // namespace test
00055 
00056 #endif // testIntegration_hh

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