(...runtimeHandlers: Array<AnyHandler>)
| 38 | } |
| 39 | |
| 40 | public use(...runtimeHandlers: Array<AnyHandler>): void { |
| 41 | this.handlersController.use(runtimeHandlers) |
| 42 | } |
| 43 | |
| 44 | public restoreHandlers(): void { |
| 45 | this.handlersController.restore() |
no test coverage detected