C# Class StoryTeller.Testing.StubGrammar

Inheritance: IGrammar
Exibir arquivo Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep

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