(status: Status)
| 230 | } |
| 231 | |
| 232 | public setStatus(status: Status): void { |
| 233 | this._logStatus = status; |
| 234 | if (!this._timerWasStopped) { |
| 235 | this.stopTimer(); |
| 236 | } |
| 237 | } |
| 238 | |
| 239 | public getFailureInfo(): string { |
| 240 | return ErrorUtils.toString(this._failureInfo); |
no test coverage detected