decorator_12.output 205 B

1234567891011121314
  1. //[example_output
  2. > decorator_12 --log_level=message
  3. Running 2 test cases...
  4. set up FX
  5. set up FX2
  6. set up fun
  7. running test1
  8. tear down fun
  9. running test2
  10. tear down FX2
  11. tear down FX
  12. *** No errors detected
  13. //]