TestabilityRegistry
TestabilityRegistry
Experimental Class
Class Overview
class TestabilityRegistry { constructor() registerApplication(token: any, testability: Testability) getTestability(elem: any) : Testability getAllTestabilities() : Testability[] getAllRootElements() : any[] findTestabilityInTree(elem: Node, findInAncestors?: boolean) : Testability }
Class Description
A global registry of Testability
instances for specific elements.