C# Class StoryTeller.Usages.UsageGraph

Inheritance: ITestStream
Show file Open project: MotherGoose/storyteller Class Usage Examples

Public Methods

Method Description
AllFixtures ( ) : IEnumerable
FixturesFor ( string workspaceName ) : IEnumerable
ForFixture ( string name ) : FixtureUsage
Rebuild ( Hierarchy hierarchy ) : void
Rebuild ( IEnumerable tests ) : void
TestsFor ( string fixtureName ) : IEnumerable
TestsFor ( string fixtureName, string grammarKey ) : IEnumerable
UsageGraph ( FixtureLibrary library, IUsageGraphListener listener ) : System

Private Methods

Method Description
ITestStream ( ) : void
ITestStream ( Comment comment ) : void
ITestStream ( DoGrammarStructure structure, IStep step ) : void
ITestStream ( EmbeddedSection section, IStep step ) : void
ITestStream ( Paragraph paragraph, IStep step ) : void
ITestStream ( Section section ) : void
ITestStream ( Section section, FixtureGraph fixture ) : void
ITestStream ( Sentence sentence, IStep step ) : void
ITestStream ( SetVerification verification, IStep step ) : void
ITestStream ( Table table, IStep step ) : void
ITestStream ( Tags tags ) : void
ITestStream ( System.Test test ) : void
ITestStream ( string grammarKey, IStep step ) : void
ParseTest ( System.Test x ) : void
markGrammar ( string name ) : void

Method Details

AllFixtures() public method

public AllFixtures ( ) : IEnumerable
return IEnumerable

FixturesFor() public method

public FixturesFor ( string workspaceName ) : IEnumerable
workspaceName string
return IEnumerable

ForFixture() public method

public ForFixture ( string name ) : FixtureUsage
name string
return FixtureUsage

Rebuild() public method

public Rebuild ( Hierarchy hierarchy ) : void
hierarchy StoryTeller.Domain.Hierarchy
return void

Rebuild() public method

public Rebuild ( IEnumerable tests ) : void
tests IEnumerable
return void

TestsFor() public method

public TestsFor ( string fixtureName ) : IEnumerable
fixtureName string
return IEnumerable

TestsFor() public method

public TestsFor ( string fixtureName, string grammarKey ) : IEnumerable
fixtureName string
grammarKey string
return IEnumerable

UsageGraph() public method

public UsageGraph ( FixtureLibrary library, IUsageGraphListener listener ) : System
library StoryTeller.Model.FixtureLibrary
listener IUsageGraphListener
return System