D'tor.
| 3518 | |
| 3519 | // D'tor. |
| 3520 | TestResult::~TestResult() { |
| 3521 | } |
| 3522 | |
| 3523 | // Returns the i-th test part result among all the results. i can |
| 3524 | // range from 0 to total_part_count() - 1. If i is not in that range, |
nothing calls this directly
no outgoing calls
no test coverage detected