example53.output 674 B

12345678910111213141516171819202122232425
  1. //[example_output
  2. >example --report_level=detailed
  3. Running 3 test cases...
  4. test.cpp(8): error in "test_case1": some error 1
  5. test.cpp(23): error in "test_case2": some error 2
  6. Test suite "example" failed with:
  7. 1 assertion out of 3 passed
  8. 2 assertions out of 3 failed
  9. 1 test case out of 3 passed
  10. 2 test cases out of 3 failed
  11. Test suite "test_suite" failed with:
  12. 2 assertions out of 2 failed
  13. 2 test cases out of 2 failed
  14. Test case "test_case1" failed with:
  15. 1 assertion out of 1 failed
  16. Test case "test_case2" failed with:
  17. 1 assertion out of 1 failed
  18. Test case "test_case_on_file_scope" passed with:
  19. 1 assertion out of 1 passed
  20. //]