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 
Base class for tests.
Definition: testcase.hh:92
Test for reference-counting pointers.
Definition: testRCP.hh:19
virtual ~RCPTest()
Definition: testRCP.hh:21
Unit tests.
Definition: testcase.hh:66
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