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