C# Class Bike.Test.BaseInterpreterTest

Inheritance: BaseTest
Datei anzeigen Open project: buunguyen/bike

Protected Methods

Method Description
ExpectFail ( string errorType, string source, Func func ) : void
Interpret ( string source ) : InterpretationContext
InterpretFail ( string errorType ) : void

Private Methods

Method Description
Initialize ( ) : void

Method Details

ExpectFail() protected method

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

Interpret() protected method

protected Interpret ( string source ) : InterpretationContext
source string
return InterpretationContext

InterpretFail() protected method

protected InterpretFail ( string errorType ) : void
errorType string
return void