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 
13 namespace test {
14 
15  // ******************************************************** IndexRangeTest **
16 
28  class IndexRangeTest : public TestCase {
29  public:
30  virtual ~IndexRangeTest() {}
31  virtual void run();
32 
34 
38  private:
39  };
40 
41 } // namespace test
42 
43 #endif // indexRangeTest_hh
Base class for tests.
Definition: testcase.hh:92
Test the element functions.
Unit tests.
Definition: testcase.hh:66
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich