hhuohd2 / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

feature request: log all results (including success) #343

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a need to log all results, failures as well as passes.

There is no current method to log the results of successful test cases, just 
the "PASSED" message.  Failed test cases show the test_call, the expected 
value, and the actual value.

In the OutputXmlTestInfo, there is the ability to print the test cases in 
result.total_part_count, but all passed test cases have been lost by this point.

What should be modified to keep (accumulate) all test results to log at this 
point?

Original issue reported on code.google.com by mhungerf...@gmail.com on 8 Dec 2010 at 10:17

GoogleCodeExporter commented 9 years ago
Please send questions to the mailing list instead.

Original comment by w...@google.com on 14 Dec 2010 at 11:37