Experimental
Class
class TestabilityRegistry { constructor() registerApplication(token: any, testability: Testability) getTestability(elem: any) : Testability getAllTestabilities() : Testability[] getAllRootElements() : any[] findTestabilityInTree(elem: Node, findInAncestors?: boolean) : Testability }
A global registry of Testability
instances for specific elements.
@Injectable()
constructor()
registerApplication(token: any, testability: Testability)
getTestability(elem: any) : Testability
getAllTestabilities() : Testability[]
getAllRootElements() : any[]
findTestabilityInTree(elem: Node, findInAncestors?: boolean) : Testability
exported from @angular/core/index, defined in @angular/core/src/testability/testability.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v2.angular.io/docs/ts/latest/api/core/index/TestabilityRegistry-class.html