C# Class StoryTeller.Grammars.Decisions.DecisionTableGrammar

Inheritance: IGrammar, IBeforeAndAfter
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
DecisionTableGrammar ( string label ) : StoryTeller.Grammars.Tables

Méthodes protégées

Méthode Description
afterLine ( ) : void
beforeLine ( ) : void

Private Methods

Méthode Description
IBeforeAndAfter ( ) : void

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

DecisionTableGrammar() public méthode

public DecisionTableGrammar ( string label ) : StoryTeller.Grammars.Tables
label string
Résultat StoryTeller.Grammars.Tables

afterLine() protected méthode

protected afterLine ( ) : void
Résultat void

beforeLine() protected méthode

protected beforeLine ( ) : void
Résultat void