Class documentation of Concepts

Loading...
Searching...
No Matches
domainDecompTest.hh
Go to the documentation of this file.
1
7#ifndef domainDecompSpcTest_hh
8#define domainDecompSpcTest_hh
9
10#include "basics/testcase.hh"
11
12namespace test {
13
19 class DomainDecompTest : public TestCase {
20 public:
21 DomainDecompTest(uint p) : p_(p) {}
22 virtual ~DomainDecompTest() {}
23 virtual void run();
24
26
27 void ringTest();
29 private:
30 uint p_;
31 };
32
33} // namespace test
34
35#endif // domainDecompSpcTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.