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
stackTest.hh
Go to the documentation of this file.
1
7
#ifndef testStack_hh
8
#define testStack_hh
9
10
#include "
basics/testcase.hh
"
11
12
namespace
test
{
13
17
class
StackTest
:
public
TestCase
{
18
public
:
19
virtual
~StackTest
() {}
20
virtual
void
run
();
21
23
24
void
testStackTrace
();
27
};
28
29
}
// namespace test
30
31
#endif // testStack_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
testcase.hh
test
Unit tests.
Definition:
testcase.hh:66
test::StackTest::~StackTest
virtual ~StackTest()
Definition:
stackTest.hh:19
test::StackTest::testStackTrace
void testStackTrace()
Tests concepts::Stacktrace.
test::StackTest
Testing the output of the stacktrace.
Definition:
stackTest.hh:17
test::StackTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich