C# 클래스 StoryTeller.Usages.UsageGraph

상속: ITestStream
파일 보기 프로젝트 열기: MotherGoose/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AllFixtures() 공개 메소드

public AllFixtures ( ) : IEnumerable
리턴 IEnumerable

FixturesFor() 공개 메소드

public FixturesFor ( string workspaceName ) : IEnumerable
workspaceName string
리턴 IEnumerable

ForFixture() 공개 메소드

public ForFixture ( string name ) : FixtureUsage
name string
리턴 FixtureUsage

Rebuild() 공개 메소드

public Rebuild ( Hierarchy hierarchy ) : void
hierarchy StoryTeller.Domain.Hierarchy
리턴 void

Rebuild() 공개 메소드

public Rebuild ( IEnumerable tests ) : void
tests IEnumerable
리턴 void

TestsFor() 공개 메소드

public TestsFor ( string fixtureName ) : IEnumerable
fixtureName string
리턴 IEnumerable

TestsFor() 공개 메소드

public TestsFor ( string fixtureName, string grammarKey ) : IEnumerable
fixtureName string
grammarKey string
리턴 IEnumerable

UsageGraph() 공개 메소드

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