C# Class StoryTeller.Grammars.Decisions.TableLineGrammar

Inheritance: StoryTeller.Grammars.Lines.LineGrammar
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

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

Méthodes protégées

Méthode Description
buildCells ( CellHandling cellHandling, Fixture fixture ) : IEnumerable
format ( ) : string

Method Details

Execute() public méthode

public Execute ( StepValues values, ISpecContext context ) : IEnumerable
values StoryTeller.Conversion.StepValues
context ISpecContext
Résultat IEnumerable

TableLineGrammar() public méthode

public TableLineGrammar ( IBeforeAndAfter target ) : System.Collections.Generic
target IBeforeAndAfter
Résultat System.Collections.Generic

buildCells() protected méthode

protected buildCells ( CellHandling cellHandling, Fixture fixture ) : IEnumerable
cellHandling CellHandling
fixture Fixture
Résultat IEnumerable

format() protected méthode

protected format ( ) : string
Résultat string