Inheritance: Rhino.ImporterTopLevel
Exemplo n.º 1
0
		private Bug421071Test.TopLevelScope CreateGlobalScope()
		{
			factory = new Bug421071Test.DynamicScopeContextFactory();
			Context context = factory.EnterContext();
			// noinspection deprecation
			Bug421071Test.TopLevelScope globalScope = new Bug421071Test.TopLevelScope(this, context);
			Context.Exit();
			return globalScope;
		}
Exemplo n.º 2
0
		protected virtual void SetUp()
		{
			globalScope = CreateGlobalScope();
		}