(registry: TestabilityRegistry)
| 358 | */ |
| 359 | export interface GetTestability { |
| 360 | addToWindow(registry: TestabilityRegistry): void; |
| 361 | findTestabilityInTree( |
| 362 | registry: TestabilityRegistry, |
| 363 | elem: any, |
no outgoing calls
no test coverage detected