![]() |
SASSY
0.0
Software Architecture Support System
|
throw this to abandon a particular test case More...
#include <cfi/testmgr.h>
Public Member Functions | |
| test_exception () | |
| Constructor. | |
Public Member Functions inherited from SASSY::sxt< N > | |
| sxt (Severity s) | |
| constructor More... | |
| sxt (Severity s, const std::string &f, int ln) | |
| constructor More... | |
| template<class T > | |
| sxt & | operator<< (T x) |
| Provide stream syntax for the exception object. | |
| Severity | severity () |
| get the severity of the exception | |
| virtual const char * | what () const throw () |
| get the message from the exception | |
Additional Inherited Members | |
Static Public Member Functions inherited from SASSY::sxt< N > | |
| static const std::string & | sevToString (SASSY::Severity s) |
| Convert a severity into a string. | |
Protected Attributes inherited from SASSY::sxt< N > | |
| Severity | mSeverity |
| severity level of the exception | |
| std::string | buff |
| message built into this | |
| std::string | file |
| source file from which it was thrown | |
| int | line |
| line number in the source file | |
| int | ptr |
| insertion point for message text | |
throw this to abandon a particular test case
1.8.5