GetTestability
Adapter interface for retrieving the Testability
service associated for a particular context.
interface GetTestability {
addToWindow(registry: TestabilityRegistry): void
findTestabilityInTree(registry: TestabilityRegistry, elem: any, findInAncestors: boolean): Testability | null
}
方法
参数
返回值
|