Clears the test part results.
| 3540 | |
| 3541 | // Clears the test part results. |
| 3542 | void TestResult::ClearTestPartResults() { |
| 3543 | test_part_results_.clear(); |
| 3544 | } |
| 3545 | |
| 3546 | // Adds a test part result to the list. |
| 3547 | void TestResult::AddTestPartResult(const TestPartResult& test_part_result) { |
no outgoing calls
no test coverage detected