decorator_08.output 722 B

1234567891011121314151617
  1. //[example_output
  2. > decorator_08 --log_level=test_suite
  3. Running 4 test cases...
  4. Entering test module "decorator_08"
  5. test.cpp(6): Entering test case "test1"
  6. test.cpp(6): Leaving test case "test1"; testing time: 1ms
  7. test.cpp(11): Entering test case "test2"
  8. test.cpp(13): error: in "test2": check false has failed
  9. test.cpp(11): Leaving test case "test2"; testing time: 2ms
  10. test.cpp(39): Entering test case "test3"
  11. test.cpp(41): error: in "test3": check false has failed
  12. test.cpp(39): Leaving test case "test3"; testing time: 2ms
  13. test.cpp(45): Test case "test4" is skipped because test2 and test3 failed
  14. Leaving test module "decorator_08"; testing time: 16ms
  15. *** 2 failures are detected in the test module "decorator_08"
  16. //]