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

Afficher le fichier Open project: boo/boo-lang

Protected Properties

Свойство Type Description
_compiler Boo.Lang.Compiler.BooCompiler

Méthodes protégées

Méthode 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

Méthode Description
SetUp ( ) : void
SetUpFixture ( ) : void

Method Details

CreatePipeline() protected méthode

protected CreatePipeline ( ) : Boo.Lang.Compiler.CompilerPipeline
Résultat Boo.Lang.Compiler.CompilerPipeline

GetCompilerInput() protected méthode

protected GetCompilerInput ( string testfile ) : Boo.Lang.Compiler.ICompilerInput
testfile string
Résultat Boo.Lang.Compiler.ICompilerInput

GetDocumentation() protected méthode

protected GetDocumentation ( Boo module ) : string
module Boo
Résultat string

GetRelativeTestCasesPath() protected méthode

protected GetRelativeTestCasesPath ( ) : string
Résultat string

GetTestCasePath() protected méthode

protected GetTestCasePath ( string fname ) : string
fname string
Résultat string

ParseTestCase() protected méthode

protected ParseTestCase ( string fname ) : Boo.Lang.Compiler.Ast.Module
fname string
Résultat Boo.Lang.Compiler.Ast.Module

RunParserTestCase() protected méthode

protected RunParserTestCase ( string testfile ) : void
testfile string
Résultat void

Property Details

_compiler protected_oe property

protected Boo.Lang.Compiler.BooCompiler _compiler
Résultat Boo.Lang.Compiler.BooCompiler