C# Class StoryTeller.Testing.UserInterface.Exploring.TreeNodeSpecification

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

Méthodes publiques

Méthode Description
AssertMatch ( TreeNode hierarchyNode ) : void
Show ( TreeNode hierarchyNode ) : void
TreeNodeSpecification ( string text ) : System

Private Methods

Méthode Description
addChildren ( TreeNode node, List actual ) : void
addToken ( TreeNode node, List actual ) : void
addToken ( string text ) : void
getActual ( TreeNode hierarchyNode ) : List

Method Details

AssertMatch() public méthode

public AssertMatch ( TreeNode hierarchyNode ) : void
hierarchyNode StoryTeller.UserInterface.Exploring.TreeNode
Résultat void

Show() public static méthode

public static Show ( TreeNode hierarchyNode ) : void
hierarchyNode StoryTeller.UserInterface.Exploring.TreeNode
Résultat void

TreeNodeSpecification() public méthode

public TreeNodeSpecification ( string text ) : System
text string
Résultat System