C# Class StoryTeller.UserInterface.Tests.Outline.OutlineTreeBuilder

Inheritance: ITestStream
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
addRearrangeCommands ( OutlineNode node ) : void
withNewLeaf ( ITestPart part, Icon icon, Action configure ) : void
withNewNode ( ITestPart part, Icon icon, Action configure ) : void

Method Details

Build() public méthode

public Build ( ) : OutlineNode
Résultat OutlineNode

Comment() public méthode

public Comment ( Comment comment ) : void
comment Comment
Résultat void

Do() public méthode

public Do ( DoGrammarStructure structure, IStep step ) : void
structure StoryTeller.Model.DoGrammarStructure
step IStep
Résultat void

EndEmbeddedSection() public méthode

public EndEmbeddedSection ( EmbeddedSection section, IStep step ) : void
section StoryTeller.Model.EmbeddedSection
step IStep
Résultat void

EndParagraph() public méthode

public EndParagraph ( Paragraph paragraph, IStep step ) : void
paragraph StoryTeller.Model.Paragraph
step IStep
Résultat void

EndSection() public méthode

public EndSection ( Section section ) : void
section StoryTeller.Model.Section
Résultat void

EndTest() public méthode

public EndTest ( System.Test test ) : void
test System.Test
Résultat void

IncrementParagraphGrammar() public méthode

public IncrementParagraphGrammar ( ) : void
Résultat void

InvalidGrammar() public méthode

public InvalidGrammar ( string grammarKey, IStep step ) : void
grammarKey string
step IStep
Résultat void

InvalidSection() public méthode

public InvalidSection ( Section section ) : void
section StoryTeller.Model.Section
Résultat void

OutlineTreeBuilder() public méthode

public OutlineTreeBuilder ( System.Test test, FixtureLibrary library, IOutlineConfigurer configurer ) : System
test System.Test
library StoryTeller.Model.FixtureLibrary
configurer IOutlineConfigurer
Résultat System

Rebuild() public méthode

public Rebuild ( OutlineNode topNode ) : void
topNode OutlineNode
Résultat void

Sentence() public méthode

public Sentence ( Sentence sentence, IStep step ) : void
sentence StoryTeller.Model.Sentence
step IStep
Résultat void

SetVerification() public méthode

public SetVerification ( SetVerification verification, IStep step ) : void
verification StoryTeller.Model.SetVerification
step IStep
Résultat void

StartEmbeddedSection() public méthode

public StartEmbeddedSection ( EmbeddedSection section, IStep step ) : void
section StoryTeller.Model.EmbeddedSection
step IStep
Résultat void

StartParagraph() public méthode

public StartParagraph ( Paragraph paragraph, IStep step ) : void
paragraph StoryTeller.Model.Paragraph
step IStep
Résultat void

StartSection() public méthode

public StartSection ( Section section, FixtureGraph fixture ) : void
section StoryTeller.Model.Section
fixture StoryTeller.Model.FixtureGraph
Résultat void

StartTest() public méthode

public StartTest ( System.Test test ) : void
test System.Test
Résultat void

Table() public méthode

public Table ( Table table, IStep step ) : void
table StoryTeller.Model.Table
step IStep
Résultat void

Tags() public méthode

public Tags ( Tags tags ) : void
tags StoryTeller.Domain.Tags
Résultat void