public AutomationIdProvider([NotNull] IScopeContextRuntime scopeContextRuntime)
 {
     _scopeContextRuntime = scopeContextRuntime;
 }
Beispiel #2
0
 public ScopeContextManager(IScopeContextRuntime scopeContextRuntime, IUriToPageScopeMapper uriToPageScopeMapper)
 {
     _scopeContextRuntime  = scopeContextRuntime;
     _uriToPageScopeMapper = uriToPageScopeMapper;
 }