StoryTeller.Model.MissingGrammar.IGrammar C# (CSharp) Method

IGrammar() private method

private IGrammar ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step Step
library FixtureLibrary
inTable bool
return 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