StoryTeller.Model.MissingGrammar.IGrammar C# (CSharp) 메소드

IGrammar() 개인적인 메소드

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