Inheritance: Rhino.ImporterTopLevel
Exemple #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;
		}
Exemple #2
0
		protected virtual void SetUp()
		{
			globalScope = CreateGlobalScope();
		}