Class documentation of Concepts

Loading...
Searching...
No Matches
restrictionSpaceTest.hh
1/*
2 * restrictionSpaceTest.hh
3 *
4 * Created on: Dec 15, 2017
5 * Author: kschmidt
6 */
7
8#ifndef SPACE_TESTSUITE_RESTRICTIONSPACETEST_HH_
9#define SPACE_TESTSUITE_RESTRICTIONSPACETEST_HH_
10
11#include "basics/testcase.hh"
12
13namespace test {
14
22 public:
24
25 virtual ~RestrictionSpaceTest() {}
26
27 virtual void run();
28 };
29
30} // namespace test
31
32
33#endif /* SPACE_TESTSUITE_RESTRICTIONSPACETEST_HH_ */
virtual void run()
Runs the tests. Must be overwritten by the specialization.