* Creates an error object with its expected property set to true. * @param {...*} var_args * @return {!Error}
(var_args)
| 301 | * @return {!Error} |
| 302 | */ |
| 303 | createExpectedError(var_args) { |
| 304 | return this.setErrorSuffix_(createExpectedError.apply(null, arguments)); |
| 305 | } |
| 306 | |
| 307 | /** |
| 308 | * @param {!Error} error |
no test coverage detected