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

space/testsuite/indexRangeTest.hh
Go to the documentation of this file.
00001 
00006 #ifndef indexRangeTest_hh
00007 #define indexRangeTest_hh
00008 
00009 #include "basics/testcase.hh"
00010 #include "basics/typedefs.hh"
00011 
00012 namespace test {
00013 
00014   // ******************************************************** IndexRangeTest **
00015 
00027   class IndexRangeTest : public TestCase {
00028   public:
00029     virtual ~IndexRangeTest() {}
00030     virtual void run();
00031 
00033 
00034     void testIndexRange();
00035     void testSetIndexRange();
00037   private:
00038   };
00039 
00040 } // namespace test
00041 
00042 #endif // indexRangeTest_hh

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