Class documentation of Concepts

Loading...
Searching...
No Matches
meshImp2DTest.hh
Go to the documentation of this file.
1
6#ifndef MeshImp2DTest_hh
7#define MeshImp2DTest_hh
8
9#include <iostream>
10#include <cstdlib>
11#include "space/space.hh"
12#include "basics/testcase.hh"
13#include "basics/exceptions.hh"
14
15namespace test {
16
17 class MeshImp2DTest : public TestCase {
18 public:
19 MeshImp2DTest() {}
20 virtual ~MeshImp2DTest() {}
21 virtual void run();
22 };
23
24 class MeshImp2DTestFail : public TestCase {
25 public:
27 virtual ~MeshImp2DTestFail() {}
28 virtual void run();
29 };
30
31} // namespace test
32
33# endif // MeshImp2DTest_hh
34
virtual void run()
Runs the tests. Must be overwritten by the specialization.
virtual void run()
Runs the tests. Must be overwritten by the specialization.