testabilityFor method

Testability? testabilityFor(
  1. Element appRoot
)

Returns the registered testability instance for appRoot, or null.

Implementation

Testability? testabilityFor(Element appRoot) => _appRoots[appRoot];