You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
basics
testsuite
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
11
namespace
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
();
28
void
testMissingFeature
();
30
};
31
32
}
// namespace test
33
34
#endif
// testExc_hh
test::ExceptionTest
Definition
excTest.hh:16
test::ExceptionTest::testMissingFeature
void testMissingFeature()
Tests concepts::MissingFeature.
test::ExceptionTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::ExceptionTest::testAssert
void testAssert()
Tests concepts::Assertion and conceptsAssert.
test::ExceptionTest::testBase
void testBase()
Tests concepts::ExceptionBase.
test::TestCase
Definition
testcase.hh:92
test
Definition
testcase.hh:66
testcase.hh
Generated on Wed Sep 13 2023 21:06:17 for Concepts by
1.9.8