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 
12 namespace 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
Base class for tests.
Definition: testcase.hh:92
Unit tests.
Definition: testcase.hh:66
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Test the space DomainDecomp.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich