Sets the elapsed time.
| 13079 | |
| 13080 | // Sets the elapsed time. |
| 13081 | void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } |
| 13082 | |
| 13083 | // Adds a test property to the list. The property is validated and may add |
| 13084 | // a non-fatal failure if invalid (e.g., if it conflicts with reserved |
nothing calls this directly
no outgoing calls
no test coverage detected