Give an id to the next invocation to make error reporting more meaningful.
| 93 | |
| 94 | // Give an id to the next invocation to make error reporting more meaningful. |
| 95 | void SetInvocationId(const string& id) { invocation_id_ = id; } |
| 96 | const string& GetInvocationId() const { return invocation_id_; } |
| 97 | |
| 98 | // Invalidate the test runner, preventing it from executing any further. |