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