C# Class StoryTeller.Grammars.Decisions.DecisionTableGrammar

Inheritance: IGrammar, IBeforeAndAfter
Mostrar archivo Open project: storyteller/Storyteller

Public Methods

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

Protected Methods

Method Description
afterLine ( ) : void
beforeLine ( ) : void

Private Methods

Method Description
IBeforeAndAfter ( ) : void

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

DecisionTableGrammar() public method

public DecisionTableGrammar ( string label ) : StoryTeller.Grammars.Tables
label string
return StoryTeller.Grammars.Tables

afterLine() protected method

protected afterLine ( ) : void
return void

beforeLine() protected method

protected beforeLine ( ) : void
return void