Returns the elapsed time, in milliseconds.
| 13046 | |
| 13047 | // Returns the elapsed time, in milliseconds. |
| 13048 | TimeInMillis elapsed_time() const { return elapsed_time_; } |
| 13049 | |
| 13050 | // Returns the i-th test part result among all the results. i can range from 0 |
| 13051 | // to total_part_count() - 1. If i is not in that range, aborts the program. |
nothing calls this directly
no outgoing calls
no test coverage detected