Clears the test part results.
| 3204 | |
| 3205 | // Clears the test part results. |
| 3206 | void TestResult::ClearTestPartResults() { |
| 3207 | test_part_results_.clear(); |
| 3208 | } |
| 3209 | |
| 3210 | // Adds a test part result to the list. |
| 3211 | void TestResult::AddTestPartResult(const TestPartResult& test_part_result) { |
no outgoing calls
no test coverage detected