Boo.Lang.Parser.Tests.AbstractParserTestFixture.GetCompilerInput C# (CSharp) Method

GetCompilerInput() protected method

protected GetCompilerInput ( string testfile ) : Boo.Lang.Compiler.ICompilerInput
testfile string
return Boo.Lang.Compiler.ICompilerInput
        protected virtual Boo.Lang.Compiler.ICompilerInput GetCompilerInput(string testfile)
        {
            return new FileInput(GetTestCasePath(testfile));
        }