2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-24 06:22:12 +00:00
Files
test/doc/examples/exception_check_predicate.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
180 B
Plaintext

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