StoryTeller.Testing.Model.StubGrammarStructure.fillExample C# (CSharp) Method

fillExample() protected method

protected fillExample ( IStep step ) : void
step IStep
return void
        protected override void fillExample(IStep step)
        {
            throw new NotImplementedException();
        }