Beispiel #1
0
 public ScopeContextRuntime(IScopeMarkupStorageContainer container, ITestRunner runner)
 {
     _runner        = runner;
     _globalContext =
         new PageScopeContext(new PageScopeId(string.Empty, string.Empty), container.GetGlobal());
     _contextStack.Push(_globalContext);
 }
        public IScopeMappingPipe GetGlobalMappingPipe()
        {
            var globalStorage = _container.GetGlobal();

            return(new ScopeMappingPipe(globalStorage));
        }