C# Class StoryTeller.Model.ErrorGrammar

Inheritance: GrammarModel, IGrammar
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IGrammar ( Fixture fixture, CellHandling cells ) : GrammarModel

Method Details

CreatePlan() public méthode

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

ErrorGrammar() public méthode

public ErrorGrammar ( string key, string error ) : Baseline
key string
error string
Résultat Baseline

TitleOrFormat() public méthode

public TitleOrFormat ( ) : string
Résultat string