restrictionSpaceTest.hh

Go to the documentation of this file.
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 
13 namespace test {
14 
21  class RestrictionSpaceTest : public TestCase {
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.
Base class for tests.
Definition: testcase.hh:92
Unit tests.
Definition: testcase.hh:66
Test the restriction space.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich