Class documentation of Concepts

Loading...
Searching...
No Matches
excTest.hh
Go to the documentation of this file.
1
6#ifndef testExc_hh
7#define testExc_hh
8
9#include "basics/testcase.hh"
10
11namespace test {
12
16 class ExceptionTest : public TestCase {
17 public:
18 virtual ~ExceptionTest() {}
19 virtual void run();
20
22
23
24 void testAssert();
26 void testBase();
30 };
31
32} // namespace test
33
34#endif // testExc_hh
void testMissingFeature()
Tests concepts::MissingFeature.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testAssert()
Tests concepts::Assertion and conceptsAssert.
void testBase()
Tests concepts::ExceptionBase.