Class documentation of Concepts

Loading...
Searching...
No Matches
testLevelRiesz.hh
1
6#ifndef testLevelRiesz_hh
7#define testLevelRiesz_hh
8
9#include "basics/typedefs.hh"
10#include "basics/testcase.hh"
11
12namespace test {
13
14 class LevelRieszTest : public TestCase {
15 public:
16 virtual ~LevelRieszTest() {}
17 virtual void run();
18
32 void testCoefficients(int poly);
33
34 };
35
36} // namespace test
37
38#endif // legendreTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testCoefficients(int poly)