C# 클래스 Boo.Lang.Parser.Tests.AbstractParserTestFixture

파일 보기 프로젝트 열기: boo/boo-lang

보호된 프로퍼티들

프로퍼티 타입 설명
_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