Class documentation of Concepts

Loading...
Searching...
No Matches
cloneing.hh
Go to the documentation of this file.
1
6#ifndef cloneing_hh
7#define cloneing_hh
8
9#include "basics/testsuite.hh"
10#include "basics/typedefs.hh"
11
12namespace vectorial {
13 // forward declaration
14 template<typename F, typename G>
15 class BilinearForm;
16}
17
18namespace test {
19
20 // ************************************************************** Cloneing **
21
28 class Cloneing : public TestCase {
29 public:
30 virtual ~Cloneing();
31 virtual void run();
32
34
35 template<typename max>
36 void testMaxwell
39 };
40
41} // namespace test
42
43#endif // cloneing_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.