A wrapper class for the testcase class that succedes if the correct exception is generated
Inheritance:
Public Methods
-
exception_test(const testcase& tc)
- The constructor needs a testcase to wrap.
-
virtual void operator()()
- Runs the wrapped test, and fails unless the correct exception is thrown
Inherited from test:
Documentation
A wrapper class for the testcase class that succedes if the correct
exception is generated
- exception_test(const testcase& tc)
-
The constructor needs a testcase to wrap. This exception_test will
fail unless the wrapped testcase generates the exception.
The name of the exception_test is copied from the wrapped test.
- virtual void operator()()
- Runs the wrapped test, and fails unless the correct exception is thrown
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.