Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
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
}
// namespace test
25
26
# endif // MeshImp2DTest_hh
27
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
testcase.hh
exceptions.hh
test::MeshImp2DTest
Definition:
meshImp2DTest.hh:17
test::MeshImp2DTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test
Unit tests.
Definition:
testcase.hh:66
test::MeshImp2DTest::~MeshImp2DTest
virtual ~MeshImp2DTest()
Definition:
meshImp2DTest.hh:20
test::MeshImp2DTest::MeshImp2DTest
MeshImp2DTest()
Definition:
meshImp2DTest.hh:19
space.hh
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich