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
excTest.hh
Go to the documentation of this file.
1
6
#ifndef testExc_hh
7
#define testExc_hh
8
9
#include "
basics/testcase.hh
"
10
11
namespace
test
{
12
16
class
ExceptionTest
:
public
TestCase
{
17
public
:
18
virtual
~ExceptionTest
() {}
19
virtual
void
run
();
20
22
23
void
testAssert
();
26
void
testBase
();
28
void
testMissingFeature
();
30
};
31
32
}
// namespace test
33
34
#endif // testExc_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
test::ExceptionTest
Testing some exceptions.
Definition:
excTest.hh:16
testcase.hh
test::ExceptionTest::testBase
void testBase()
Tests concepts::ExceptionBase.
test
Unit tests.
Definition:
testcase.hh:66
test::ExceptionTest::testAssert
void testAssert()
Tests concepts::Assertion and conceptsAssert.
test::ExceptionTest::testMissingFeature
void testMissingFeature()
Tests concepts::MissingFeature.
test::ExceptionTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::ExceptionTest::~ExceptionTest
virtual ~ExceptionTest()
Definition:
excTest.hh:18
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich