Class documentation of Concepts

Loading...
Searching...
No Matches
testRCP.hh
Go to the documentation of this file.
1
7#pragma once
8
9#include "basics/testcase.hh"
10
11namespace 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
virtual void run()
Runs the tests. Must be overwritten by the specialization.