registerApplication method
Associate appRoot with the provided testability instance.
Implementation
void registerApplication(Element appRoot, Testability testability) {
_appRoots[appRoot] = testability;
}
Associate appRoot with the provided testability instance.
void registerApplication(Element appRoot, Testability testability) {
_appRoots[appRoot] = testability;
}