Class documentation of Concepts

Loading...
Searching...
No Matches
deadlock1.hh
Go to the documentation of this file.
1
6#ifndef deadlock1_hh
7#define deadlock1_hh
8
9#include "basics/testcase.hh"
10
11namespace test {
12
18 class DeadLock1 : public TestCase {
19 public:
20 virtual ~DeadLock1() {}
21 virtual void run();
22
24
25
28 };
29
30} // namespace test
31
32#endif // deadlock1_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testSubdivs()
Tests subdivisions in neighbouring cells that do not match.