• Overview
@angular/core

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
@paramregistryTestabilityRegistry
@returnsvoid

findTestabilityInTree

Testability | null
@paramregistryTestabilityRegistry
@paramelemany
@paramfindInAncestorsboolean
@returnsTestability | null
Jump to details