decorator_20.output 360 B

123456789101112131415
  1. //[example_output
  2. > decorator_20
  3. Running 2 test cases...
  4. test.cpp(18): error: in "suite1/test_2": check 2 != 2 has failed [2 == 2]
  5. test.cpp(24): error: in "suite1/test_io": check 3 != 3 has failed [3 == 3]
  6. *** 2 failures are detected in the test module "decorator_20"
  7. > decorator_20 --list_content
  8. suite1*
  9. test_1
  10. test_2*
  11. test_io*
  12. test_db
  13. //]