C# Class StoryTeller.Model.ErrorGrammar

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

Public Methods

Method Description
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
ErrorGrammar ( string key, string error ) : Baseline
TitleOrFormat ( ) : string

Private Methods

Method Description
IGrammar ( Fixture fixture, CellHandling cells ) : GrammarModel

Method Details

CreatePlan() public method

public CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step Step
library FixtureLibrary
inTable bool
return IExecutionStep

ErrorGrammar() public method

public ErrorGrammar ( string key, string error ) : Baseline
key string
error string
return Baseline

TitleOrFormat() public method

public TitleOrFormat ( ) : string
return string