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 
12 namespace test {
13 
17  class StackTest : public TestCase {
18  public:
19  virtual ~StackTest() {}
20  virtual void run();
21 
23 
24  void testStackTrace();
27  };
28 
29 } // namespace test
30 
31 #endif // testStack_hh
Base class for tests.
Definition: testcase.hh:92
Unit tests.
Definition: testcase.hh:66
virtual ~StackTest()
Definition: stackTest.hh:19
void testStackTrace()
Tests concepts::Stacktrace.
Testing the output of the stacktrace.
Definition: stackTest.hh:17
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