interface
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 }
addToWindow() | |||
---|---|---|---|
|
registry | TestabilityRegistry |
void
findTestabilityInTree() | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
registry | TestabilityRegistry | |
elem | any | |
findInAncestors | boolean |
Testability | null
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/core/GetTestability