StoryTeller.Usages.UsageGraph.ITestStream C# (CSharp) Method

ITestStream() private method

private ITestStream ( DoGrammarStructure structure, IStep step ) : void
structure StoryTeller.Model.DoGrammarStructure
step IStep
return void
        void ITestStream.Do(DoGrammarStructure structure, IStep step)
        {
        }

Same methods

UsageGraph::ITestStream ( ) : void
UsageGraph::ITestStream ( Comment comment ) : void
UsageGraph::ITestStream ( EmbeddedSection section, IStep step ) : void
UsageGraph::ITestStream ( Paragraph paragraph, IStep step ) : void
UsageGraph::ITestStream ( Section section ) : void
UsageGraph::ITestStream ( Section section, FixtureGraph fixture ) : void
UsageGraph::ITestStream ( Sentence sentence, IStep step ) : void
UsageGraph::ITestStream ( SetVerification verification, IStep step ) : void
UsageGraph::ITestStream ( Table table, IStep step ) : void
UsageGraph::ITestStream ( Tags tags ) : void
UsageGraph::ITestStream ( System.Test test ) : void
UsageGraph::ITestStream ( string grammarKey, IStep step ) : void