registerApplication method

void registerApplication(
  1. Element appRoot,
  2. Testability testability
)

Associate appRoot with the provided testability instance.

Implementation

void registerApplication(Element appRoot, Testability testability) {
  _appRoots[appRoot] = testability;
}