AjScript.Tests.FilesTests.Setup C# (CSharp) 메소드

Setup() 개인적인 메소드

private Setup ( ) : void
리턴 void
        public void Setup()
        {
            this.context = new Context();
            this.context.SetValue("Object", new ObjectFunction(this.context));
            this.context.SetValue("Function", new Function(null, null, this.context));
        }