You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
geometry
testsuite
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
15
namespace
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
:
26
MeshImp2DTestFail
() {}
27
virtual
~MeshImp2DTestFail
() {}
28
virtual
void
run
();
29
};
30
31
}
// namespace test
32
33
# endif
// MeshImp2DTest_hh
34
exceptions.hh
test::MeshImp2DTestFail
Definition
meshImp2DTest.hh:24
test::MeshImp2DTestFail::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::MeshImp2DTest
Definition
meshImp2DTest.hh:17
test::MeshImp2DTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::TestCase
Definition
testcase.hh:92
test
Definition
testcase.hh:66
space.hh
testcase.hh
Generated on Wed Sep 13 2023 21:06:20 for Concepts by
1.9.8