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

ITestStream() private method

private ITestStream ( Section section ) : void
section StoryTeller.Model.Section
return void
        void ITestStream.EndSection(Section section)
        {
            _fixtureStack.Pop();
        }

Same methods

UsageGraph::ITestStream ( ) : void
UsageGraph::ITestStream ( Comment comment ) : void
UsageGraph::ITestStream ( DoGrammarStructure structure, IStep step ) : void
UsageGraph::ITestStream ( EmbeddedSection section, IStep step ) : void
UsageGraph::ITestStream ( Paragraph paragraph, IStep step ) : 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