decorator_05.output 255 B

12345678910111213
  1. //[example_output
  2. > decorator_05
  3. Running 1 test case...
  4. test.cpp(14): error: in "suite1/test2": check 2 != 2 has failed [2 == 2]
  5. *** 1 failure is detected in the test module "decorator_05"
  6. > decorator_05 --list_content
  7. suite1*
  8. test1
  9. test2*
  10. //]