C# Class Bike.Test.BaseInterpreterTest

Inheritance: BaseTest
Afficher le fichier Open project: buunguyen/bike

Méthodes protégées

Méthode Description
ExpectFail ( string errorType, string source, Func func ) : void
Interpret ( string source ) : InterpretationContext
InterpretFail ( string errorType ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

ExpectFail() protected méthode

protected ExpectFail ( string errorType, string source, Func func ) : void
errorType string
source string
func Func
Résultat void

Interpret() protected méthode

protected Interpret ( string source ) : InterpretationContext
source string
Résultat InterpretationContext

InterpretFail() protected méthode

protected InterpretFail ( string errorType ) : void
errorType string
Résultat void