Class documentation of Concepts

Loading...
Searching...
No Matches
indexRangeTest.hh
Go to the documentation of this file.
1
7#ifndef indexRangeTest_hh
8#define indexRangeTest_hh
9
10#include "basics/testcase.hh"
11#include "basics/typedefs.hh"
12
13namespace test {
14
15 // ******************************************************** IndexRangeTest **
16
28 class IndexRangeTest : public TestCase {
29 public:
30 virtual ~IndexRangeTest() {}
31 virtual void run();
32
34
35 void testIndexRange();
36 void testSetIndexRange();
38 private:
39 };
40
41} // namespace test
42
43#endif // indexRangeTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.