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

Datei anzeigen Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
AssertMatch ( TreeNode hierarchyNode ) : void
Show ( TreeNode hierarchyNode ) : void
TreeNodeSpecification ( string text ) : System

Private Methods

Method 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 method

public AssertMatch ( TreeNode hierarchyNode ) : void
hierarchyNode StoryTeller.UserInterface.Exploring.TreeNode
return void

Show() public static method

public static Show ( TreeNode hierarchyNode ) : void
hierarchyNode StoryTeller.UserInterface.Exploring.TreeNode
return void

TreeNodeSpecification() public method

public TreeNodeSpecification ( string text ) : System
text string
return System