Class documentation of Concepts

Loading...
Searching...
No Matches
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
12namespace test {
13
17 class StackTest : public TestCase {
18 public:
19 virtual ~StackTest() {}
20 virtual void run();
21
23
24
27 };
28
29} // namespace test
30
31#endif // testStack_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testStackTrace()
Tests concepts::Stacktrace.