Set the GetTestability implementation used by the Angular testing framework.
Source
void setTestabilityGetter(GetTestability getter) { this._testabilityGetter = getter; getter.addToWindow(this); }
Set the GetTestability implementation used by the Angular testing framework.
void setTestabilityGetter(GetTestability getter) { this._testabilityGetter = getter; getter.addToWindow(this); }