fixture_04.output 353 B

12345678910111213
  1. //[example_output
  2. > fixture_04 --log_level=message
  3. Running 2 test cases...
  4. ctor fixture i=0
  5. setup fixture i=0
  6. running test_case1
  7. running test_case2
  8. ./fixture_04.run-fail.cpp:42: error: in "test_case2": check MyGlobalFixture::i == 3 has failed [1 != 3]
  9. teardown fixture i=1
  10. dtor fixture i=3
  11. *** 1 failure is detected in the test module "fixture_04"
  12. //]