AjScript.Tests.FilesTests.Setup C# (CSharp) Method

Setup() private method

private Setup ( ) : void
return 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));
        }