C# Class StoryTeller.Grammars.Decisions.TableLineGrammar

Inheritance: StoryTeller.Grammars.Lines.LineGrammar
Datei anzeigen Open project: storyteller/Storyteller

Public Methods

Method Description
Execute ( StepValues values, ISpecContext context ) : IEnumerable
TableLineGrammar ( IBeforeAndAfter target ) : System.Collections.Generic

Protected Methods

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

Method Details

Execute() public method

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

TableLineGrammar() public method

public TableLineGrammar ( IBeforeAndAfter target ) : System.Collections.Generic
target IBeforeAndAfter
return System.Collections.Generic

buildCells() protected method

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

format() protected method

protected format ( ) : string
return string