2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-17 02:02:08 +00:00
Files
test/doc/examples/example71_decorators.output
Andrzej Krzemienski 44eefc24ca Doc: decorator examples use a template
Also added entry in the reference
2015-01-09 21:15:15 +01:00

25 lines
746 B
Plaintext

//[example_output
> example --report_level=detailed
Running 2 test cases...
test.cpp(16): error: in "test_case1": check false has failed
test.cpp(17): error: in "test_case1": check false has failed
test.cpp(22): error: in "test_case2": check false has failed
test.cpp(23): error: in "test_case2": check false has failed
Test module "example" failed with:
2 test cases out of 2 failed
4 assertions out of 4 failed
3 expected failures
Test suite "suite1" failed with:
2 test cases out of 2 failed
4 assertions out of 4 failed
3 expected failures
Test case "test_case1" failed with:
2 assertions out of 2 failed
1 expected failure
Test case "test_case2" failed with:
2 assertions out of 2 failed
//]