Experimental Interface
Interface Overview
interface GetTestability {
addToWindow(registry: TestabilityRegistry) : void
findTestabilityInTree(registry: TestabilityRegistry, elem: any, findInAncestors: boolean) : Testability
}
Interface Description
Adapter interface for retrieving the Testability service associated for a particular context.
Interface Details
addToWindow(registry: TestabilityRegistry) : void
findTestabilityInTree(registry: TestabilityRegistry, elem: any, findInAncestor