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

space/testsuite/domainDecompTest.hh
Go to the documentation of this file.
00001 
00006 #ifndef domainDecompSpcTest_hh
00007 #define domainDecompSpcTest_hh
00008 
00009 #include "basics/testcase.hh"
00010 
00011 namespace test {
00012 
00018   class DomainDecompTest : public TestCase {
00019   public:
00020     DomainDecompTest(uint p) : p_(p) {}
00021     virtual ~DomainDecompTest() {}
00022     virtual void run();
00023 
00025 
00026     void ringTest();
00028   private:
00029     uint p_;
00030   };
00031 
00032 } // namespace test
00033 
00034 #endif // domainDecompSpcTest_hh

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