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
testRCP.hh
Go to the documentation of this file.
1
7
#pragma once
8
9
#include "
basics/testcase.hh
"
10
11
namespace
test
{
12
13
// ********************************************************* RCPTest **
14
19
class
RCPTest
:
public
TestCase
{
20
public
:
21
virtual
~RCPTest
() {}
22
virtual
void
run
();
23
25
26
28
};
29
30
}
// namespace test
31
32
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
test::RCPTest
Test for reference-counting pointers.
Definition:
testRCP.hh:19
testcase.hh
test::RCPTest::~RCPTest
virtual ~RCPTest()
Definition:
testRCP.hh:21
test
Unit tests.
Definition:
testcase.hh:66
test::RCPTest::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