Class documentation of Concepts

Loading...
Searching...
No Matches
H1extensionTest.hh
Go to the documentation of this file.
1
8#ifndef testH1extension_hh
9#define testH1extension_hh
10
11#include "basics/testcase.hh"
12#include "basics/typedefs.hh"
13#include "toolbox/array.hh"
14
15namespace test {
16
17 // ******************************************************* H1extensionTest **
18
23 class H1extensionTest : public TestCase {
24 public:
25 virtual ~H1extensionTest() {}
26 virtual void run();
27
29
30
33 void testSquare(const uint l);
37 void testRing(const uint l);
39 };
40
41} // namespace test
42
43#endif // testH1extension_hh
void testRing(const uint l)
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testSquare(const uint l)