C# Class StoryTeller.Grammars.Lines.LineGrammar

Inheritance: ILineGrammar
Afficher le fichier Open project: storyteller/Storyteller

Protected Properties

Свойство Type Description
_cells Cell[]

Méthodes publiques

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

Méthodes protégées

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

Method Details

Compile() public méthode

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
Résultat StoryTeller.Model.GrammarModel

CreatePlan() public méthode

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

Execute() public abstract méthode

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

buildCells() protected méthode

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

format() protected abstract méthode

protected abstract format ( ) : string
Résultat string

Property Details

_cells protected_oe property

protected Cell[] _cells
Résultat Cell[]