test/doc/examples/exception_check.output
Raffi Enficiaud 2c6dcdb247 Exception correctness testing section
- clarify the reference section
- emphasises the BOOST_<level>_THROW behaviour wrt. unexpected exceptions
- full example for API testing
- renaming cpp files
- adding examples
2015-09-17 15:07:48 +02:00

7 lines
172 B
Plaintext

//[example_output
> example
Running 1 test case...
test.cpp(11): error in "test": exception my_exception is expected
*** 1 failures is detected in test suite "example"
//]