Class documentation of Concepts

Loading...
Searching...
No Matches
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
11namespace test {
12
17 class DeadLock3 : public TestCase {
18 public:
19 virtual ~DeadLock3() {}
20 virtual void run();
21
23
24
25 void testSpace();
27 };
28
29} // namespace test
30
31#endif // deadlock3_hh
void testSpace()
Tests space.
virtual void run()
Runs the tests. Must be overwritten by the specialization.