e1b211f254
- BOOST_TEST_GLOBAL_FIXTURE explained - BOOST_TEST_GLOBAL_INITIALIZATION explained - changed the examples, deprecating BOOST_GLOBAL_FIXTURE - in the logger part, introduced the fact that BOOST_TEST_GLOBAL_INITIALIZATION should be used and no assertion is supported in this case
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
//[example_output
|
|
> example
|
|
|
|
*** 1 failures is detected in test suite "example"
|
|
> cat example.log
|
|
Running 1 test case...
|
|
test.cpp(26): error in "test_case": check false failed
|
|
//]
|