Class documentation of Concepts

Loading...
Searching...
No Matches
testGridInfo.hh
Go to the documentation of this file.
1
8#ifndef gridInfoTest_hh
9#define gridInfoTest_hh
10
11#include "basics/testcase.hh"
12
13namespace test
14{
15
16 // ************************************************************ TraceTest **
17
22 class GridInfoTest: public TestCase
23 {
24 public:
25 virtual ~GridInfoTest()
26 {
27 }
28 virtual void run();
29
30 void testRegularSpace();
31
32 };
33
34} // namespace test
35
36#endif // gridInfoTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.