StoryTeller.Model.MissingGrammar.IGrammar C# (CSharp) Méthode

IGrammar() private méthode

private IGrammar ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step Step
library FixtureLibrary
inTable bool
Résultat IExecutionStep
        IExecutionStep IGrammar.CreatePlan(Step step, FixtureLibrary library, bool inTable = false)
        {
            return new InvalidGrammarStep(new StepValues(step.id), _message);
        }

Same methods

MissingGrammar::IGrammar ( Fixture fixture, CellHandling cells ) : GrammarModel