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
restrictionSpaceTest.hh
Go to the documentation of this file.
1
/*
2
* restrictionSpaceTest.hh
3
*
4
* Created on: Dec 15, 2017
5
* Author: kschmidt
6
*/
7
8
#ifndef SPACE_TESTSUITE_RESTRICTIONSPACETEST_HH_
9
#define SPACE_TESTSUITE_RESTRICTIONSPACETEST_HH_
10
11
#include "
basics/testcase.hh
"
12
13
namespace
test
{
14
21
class
RestrictionSpaceTest
:
public
TestCase
{
22
public
:
23
RestrictionSpaceTest
() {}
24
25
virtual
~RestrictionSpaceTest
() {}
26
27
virtual
void
run
();
28
};
29
30
}
// namespace test
31
32
33
#endif
/* SPACE_TESTSUITE_RESTRICTIONSPACETEST_HH_ */
test::RestrictionSpaceTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
test::RestrictionSpaceTest::RestrictionSpaceTest
RestrictionSpaceTest()
Definition:
restrictionSpaceTest.hh:23
testcase.hh
test::RestrictionSpaceTest::~RestrictionSpaceTest
virtual ~RestrictionSpaceTest()
Definition:
restrictionSpaceTest.hh:25
test
Unit tests.
Definition:
testcase.hh:66
test::RestrictionSpaceTest
Test the restriction space.
Definition:
restrictionSpaceTest.hh:21
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich