test/doc/examples/example52.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

5 lines
129 B
Plaintext

//[example_output
> example --report_level=no
<TestLog><Error file="test.cpp" line="23">check false failed</Error></TestLog>
//]