C# 클래스 StoryTeller.Grammars.Lines.LineGrammar

상속: ILineGrammar
파일 보기 프로젝트 열기: storyteller/Storyteller

보호된 프로퍼티들

프로퍼티 타입 설명
_cells Cell[]

공개 메소드들

메소드 설명
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
Execute ( StepValues values, ISpecContext context ) : IEnumerable

보호된 메소드들

메소드 설명
buildCells ( CellHandling cellHandling, Fixture fixture ) : IEnumerable
format ( ) : string

메소드 상세

Compile() 공개 메소드

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
리턴 StoryTeller.Model.GrammarModel

CreatePlan() 공개 메소드

public CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step StoryTeller.Model.Step
library StoryTeller.Model.FixtureLibrary
inTable bool
리턴 IExecutionStep

Execute() 공개 추상적인 메소드

public abstract Execute ( StepValues values, ISpecContext context ) : IEnumerable
values StoryTeller.Conversion.StepValues
context ISpecContext
리턴 IEnumerable

buildCells() 보호된 메소드

protected buildCells ( CellHandling cellHandling, Fixture fixture ) : IEnumerable
cellHandling CellHandling
fixture Fixture
리턴 IEnumerable

format() 보호된 추상적인 메소드

protected abstract format ( ) : string
리턴 string

프로퍼티 상세

_cells 보호되어 있는 프로퍼티

protected Cell[] _cells
리턴 Cell[]