testabilityFor method
Returns the registered testability instance for appRoot
, or null
.
Implementation
Testability? testabilityFor(Element appRoot) => _appRoots[appRoot];
Returns the registered testability instance for appRoot
, or null
.
Testability? testabilityFor(Element appRoot) => _appRoots[appRoot];