AjTalk.Tests.Compiler.SimpleCompilerTests.Setup C# (CSharp) Method

Setup() private method

private Setup ( ) : void
return void
        public void Setup()
        {
            this.compiler = new SimpleCompiler();
        }
SimpleCompilerTests