C# 클래스 Bike.Test.BaseInterpreterTest

상속: BaseTest
파일 보기 프로젝트 열기: buunguyen/bike

보호된 메소드들

메소드 설명
ExpectFail ( string errorType, string source, Func func ) : void
Interpret ( string source ) : InterpretationContext
InterpretFail ( string errorType ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

ExpectFail() 보호된 메소드

protected ExpectFail ( string errorType, string source, Func func ) : void
errorType string
source string
func Func
리턴 void

Interpret() 보호된 메소드

protected Interpret ( string source ) : InterpretationContext
source string
리턴 InterpretationContext

InterpretFail() 보호된 메소드

protected InterpretFail ( string errorType ) : void
errorType string
리턴 void