C# Класс Bike.Test.BaseInterpreterTest

Наследование: BaseTest
Показать файл Открыть проект

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

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