GetTestability
interface
stable
Adapter interface for retrieving the Testability service associated for a
particular context.
API
interface GetTestability { addToWindow(registry: TestabilityRegistry): void; findTestabilityInTree(registry: TestabilityRegistry, elem: any, findInAncestors: boolean): Testability | null;}
addToWindow
void@returns
voidfindTestabilityInTree
Testability | nullJump to details