boost/libs/test/doc/examples/example18.output
2018-01-12 21:47:58 +01:00

12 lines
321 B
Plaintext

//[example_output
> example --log_level=message
Running 3 test cases...
setup fixture
test.cpp(13): error in "test_case1": check i == 1 has failed
teardown fixture
setup fixture
test.cpp(19): error in "test_case2": check i == 1 has failed [0 != 1]
teardown fixture
*** 2 failures are detected in test suite "example"
//]