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

ParseTestCase() protected method

protected ParseTestCase ( string fname ) : Boo.Lang.Compiler.Ast.Module
fname string
return Boo.Lang.Compiler.Ast.Module
        protected virtual Boo.Lang.Compiler.Ast.Module ParseTestCase(string fname)
        {
            return BooParser.ParseFile(GetTestCasePath(fname)).Modules[0];
        }