C# Класс Boo.Lang.Parser.Tests.AbstractParserTestFixture

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_compiler Boo.Lang.Compiler.BooCompiler

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
SetUp ( ) : void
SetUpFixture ( ) : void

Описание методов

CreatePipeline() защищенный Метод

protected CreatePipeline ( ) : Boo.Lang.Compiler.CompilerPipeline
Результат Boo.Lang.Compiler.CompilerPipeline

GetCompilerInput() защищенный Метод

protected GetCompilerInput ( string testfile ) : Boo.Lang.Compiler.ICompilerInput
testfile string
Результат Boo.Lang.Compiler.ICompilerInput

GetDocumentation() защищенный Метод

protected GetDocumentation ( Boo module ) : string
module Boo
Результат string

GetRelativeTestCasesPath() защищенный Метод

protected GetRelativeTestCasesPath ( ) : string
Результат string

GetTestCasePath() защищенный Метод

protected GetTestCasePath ( string fname ) : string
fname string
Результат string

ParseTestCase() защищенный Метод

protected ParseTestCase ( string fname ) : Boo.Lang.Compiler.Ast.Module
fname string
Результат Boo.Lang.Compiler.Ast.Module

RunParserTestCase() защищенный Метод

protected RunParserTestCase ( string testfile ) : void
testfile string
Результат void

Описание свойств

_compiler защищенное свойство

protected Boo.Lang.Compiler.BooCompiler _compiler
Результат Boo.Lang.Compiler.BooCompiler