C# Class Boo.Lang.Parser.Tests.AbstractParserTestFixture

Datei anzeigen Open project: boo/boo-lang

Protected Properties

Property Type Description
_compiler Boo.Lang.Compiler.BooCompiler

Protected Methods

Method Description
CreatePipeline ( ) : Boo.Lang.Compiler.CompilerPipeline
GetCompilerInput ( string testfile ) : Boo.Lang.Compiler.ICompilerInput
GetDocumentation ( Boo module ) : string
GetRelativeTestCasesPath ( ) : string
GetTestCasePath ( string fname ) : string
ParseTestCase ( string fname ) : Boo.Lang.Compiler.Ast.Module
RunParserTestCase ( string testfile ) : void

Private Methods

Method Description
SetUp ( ) : void
SetUpFixture ( ) : void

Method Details

CreatePipeline() protected method

protected CreatePipeline ( ) : Boo.Lang.Compiler.CompilerPipeline
return Boo.Lang.Compiler.CompilerPipeline

GetCompilerInput() protected method

protected GetCompilerInput ( string testfile ) : Boo.Lang.Compiler.ICompilerInput
testfile string
return Boo.Lang.Compiler.ICompilerInput

GetDocumentation() protected method

protected GetDocumentation ( Boo module ) : string
module Boo
return string

GetRelativeTestCasesPath() protected method

protected GetRelativeTestCasesPath ( ) : string
return string

GetTestCasePath() protected method

protected GetTestCasePath ( string fname ) : string
fname string
return string

ParseTestCase() protected method

protected ParseTestCase ( string fname ) : Boo.Lang.Compiler.Ast.Module
fname string
return Boo.Lang.Compiler.Ast.Module

RunParserTestCase() protected method

protected RunParserTestCase ( string testfile ) : void
testfile string
return void

Property Details

_compiler protected_oe property

protected Boo.Lang.Compiler.BooCompiler _compiler
return Boo.Lang.Compiler.BooCompiler