C# 클래스 StoryTeller.UserInterface.Tests.Outline.OutlineTreeBuilder

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

공개 메소드들

메소드 설명
Build ( ) : OutlineNode
Comment ( Comment comment ) : void
Do ( DoGrammarStructure structure, IStep step ) : void
EndEmbeddedSection ( EmbeddedSection section, IStep step ) : void
EndParagraph ( Paragraph paragraph, IStep step ) : void
EndSection ( Section section ) : void
EndTest ( System.Test test ) : void
IncrementParagraphGrammar ( ) : void
InvalidGrammar ( string grammarKey, IStep step ) : void
InvalidSection ( Section section ) : void
OutlineTreeBuilder ( System.Test test, FixtureLibrary library, IOutlineConfigurer configurer ) : System
Rebuild ( OutlineNode topNode ) : void
Sentence ( Sentence sentence, IStep step ) : void
SetVerification ( SetVerification verification, IStep step ) : void
StartEmbeddedSection ( EmbeddedSection section, IStep step ) : void
StartParagraph ( Paragraph paragraph, IStep step ) : void
StartSection ( Section section, FixtureGraph fixture ) : void
StartTest ( System.Test test ) : void
Table ( Table table, IStep step ) : void
Tags ( Tags tags ) : void

비공개 메소드들

메소드 설명
addRearrangeCommands ( OutlineNode node ) : void
withNewLeaf ( ITestPart part, Icon icon, Action configure ) : void
withNewNode ( ITestPart part, Icon icon, Action configure ) : void

메소드 상세

Build() 공개 메소드

public Build ( ) : OutlineNode
리턴 OutlineNode

Comment() 공개 메소드

public Comment ( Comment comment ) : void
comment Comment
리턴 void

Do() 공개 메소드

public Do ( DoGrammarStructure structure, IStep step ) : void
structure StoryTeller.Model.DoGrammarStructure
step IStep
리턴 void

EndEmbeddedSection() 공개 메소드

public EndEmbeddedSection ( EmbeddedSection section, IStep step ) : void
section StoryTeller.Model.EmbeddedSection
step IStep
리턴 void

EndParagraph() 공개 메소드

public EndParagraph ( Paragraph paragraph, IStep step ) : void
paragraph StoryTeller.Model.Paragraph
step IStep
리턴 void

EndSection() 공개 메소드

public EndSection ( Section section ) : void
section StoryTeller.Model.Section
리턴 void

EndTest() 공개 메소드

public EndTest ( System.Test test ) : void
test System.Test
리턴 void

IncrementParagraphGrammar() 공개 메소드

public IncrementParagraphGrammar ( ) : void
리턴 void

InvalidGrammar() 공개 메소드

public InvalidGrammar ( string grammarKey, IStep step ) : void
grammarKey string
step IStep
리턴 void

InvalidSection() 공개 메소드

public InvalidSection ( Section section ) : void
section StoryTeller.Model.Section
리턴 void

OutlineTreeBuilder() 공개 메소드

public OutlineTreeBuilder ( System.Test test, FixtureLibrary library, IOutlineConfigurer configurer ) : System
test System.Test
library StoryTeller.Model.FixtureLibrary
configurer IOutlineConfigurer
리턴 System

Rebuild() 공개 메소드

public Rebuild ( OutlineNode topNode ) : void
topNode OutlineNode
리턴 void

Sentence() 공개 메소드

public Sentence ( Sentence sentence, IStep step ) : void
sentence StoryTeller.Model.Sentence
step IStep
리턴 void

SetVerification() 공개 메소드

public SetVerification ( SetVerification verification, IStep step ) : void
verification StoryTeller.Model.SetVerification
step IStep
리턴 void

StartEmbeddedSection() 공개 메소드

public StartEmbeddedSection ( EmbeddedSection section, IStep step ) : void
section StoryTeller.Model.EmbeddedSection
step IStep
리턴 void

StartParagraph() 공개 메소드

public StartParagraph ( Paragraph paragraph, IStep step ) : void
paragraph StoryTeller.Model.Paragraph
step IStep
리턴 void

StartSection() 공개 메소드

public StartSection ( Section section, FixtureGraph fixture ) : void
section StoryTeller.Model.Section
fixture StoryTeller.Model.FixtureGraph
리턴 void

StartTest() 공개 메소드

public StartTest ( System.Test test ) : void
test System.Test
리턴 void

Table() 공개 메소드

public Table ( Table table, IStep step ) : void
table StoryTeller.Model.Table
step IStep
리턴 void

Tags() 공개 메소드

public Tags ( Tags tags ) : void
tags StoryTeller.Domain.Tags
리턴 void