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
deadlock2.hh
Go to the documentation of this file.
1
6
#ifndef deadlock2_hh
7
#define deadlock2_hh
8
9
#include "
basics/testcase.hh
"
10
11
namespace
test
{
12
17
class
DeadLock2
:
public
TestCase
{
18
public
:
19
virtual
~DeadLock2
() {}
20
virtual
void
run
();
21
23
24
void
testSpace
();
26
//}@
27
};
28
29
}
// namespace test
30
31
#endif // deadlock2_hh
test::DeadLock2::testSpace
void testSpace()
Tests space.
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
testcase.hh
test::DeadLock2
Testing work around geometric deadlock problem.
Definition:
deadlock2.hh:17
test
Unit tests.
Definition:
testcase.hh:66
test::DeadLock2::~DeadLock2
virtual ~DeadLock2()
Definition:
deadlock2.hh:19
test::DeadLock2::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