deadlock3.hh

Go to the documentation of this file.
1 
6 #ifndef deadlock3_hh
7 #define deadlock3_hh
8 
9 #include "basics/testcase.hh"
10 
11 namespace test {
12 
17  class DeadLock3 : public TestCase {
18  public:
19  virtual ~DeadLock3() {}
20  virtual void run();
21 
23 
24  void testSpace();
27  };
28 
29 } // namespace test
30 
31 #endif // deadlock3_hh
Base class for tests.
Definition: testcase.hh:92
virtual ~DeadLock3()
Definition: deadlock3.hh:19
Unit tests.
Definition: testcase.hh:66
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Testing work around geometric deadlock problem.
Definition: deadlock3.hh:17
void testSpace()
Tests space.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich