(descriptions: any, scenario: string, scenarioTitle: string)
| 33 | } |
| 34 | |
| 35 | addError(descriptions: any, scenario: string, scenarioTitle: string) { |
| 36 | this._errors.push({ descriptions, scenario, scenarioTitle }); |
| 37 | } |
| 38 | |
| 39 | compileReport() { |
| 40 | let reporter: Reporter; |
no outgoing calls
no test coverage detected