test/doc/examples/example50.output
Raffi Enficiaud e1b211f254 Documentation update for the new macros
- 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
2017-06-23 14:54:56 +02:00

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
//]