C# Class StoryTeller.Grammars.Lines.LineGrammar

Inheritance: ILineGrammar
Show file Open project: storyteller/Storyteller

Protected Properties

Property Type Description
_cells Cell[]

Public Methods

Method Description
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
Execute ( StepValues values, ISpecContext context ) : IEnumerable

Protected Methods

Method Description
buildCells ( CellHandling cellHandling, Fixture fixture ) : IEnumerable
format ( ) : string

Method Details

Compile() public method

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

CreatePlan() public method

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

Execute() public abstract method

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

buildCells() protected method

protected buildCells ( CellHandling cellHandling, Fixture fixture ) : IEnumerable
cellHandling CellHandling
fixture Fixture
return IEnumerable

format() protected abstract method

protected abstract format ( ) : string
return string

Property Details

_cells protected property

protected Cell[] _cells
return Cell[]