VERIFY_ERROR allows to check that an expected except is actually thrown. The implementation was lazy however; it just investigated the C-style error flag instead of *really* verifying that an *lumiera::Exception* with the expected flag was caught. This discrepancy can be a problem when there is a stray error flag set, or for some reason the error flag gets cleared before the exception reaches the top-level catch-block in the test. |
||
|---|---|---|
| .. | ||
| common | ||
| include | ||
| lib | ||
| lumiera | ||
| plugin | ||
| stage | ||
| steam | ||
| tool | ||
| vault | ||
| .gitignore | ||
| DIR_INFO | ||
| doxygen.dox | ||
| SConscript | ||