| 101 | error_message_ = error_message; |
| 102 | } |
| 103 | bool IsValid() const { return error_message_.empty(); } |
| 104 | const string& GetErrorMessage() const { return error_message_; } |
| 105 | |
| 106 | // Handle the overall success of this test runner. This will be true if all |
no test coverage detected