| 15 | } |
| 16 | |
| 17 | export interface ErrorReport { |
| 18 | descriptions: any; |
| 19 | scenario: string; |
| 20 | scenarioTitle: string; |
| 21 | } |
| 22 | |
| 23 | export class ErrorReporter { |
| 24 | private _errors: ErrorReport[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected