C# 클래스 StoryTeller.Testing.UserInterface.Exploring.TreeNodeSpecification

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

공개 메소드들

메소드 설명
AssertMatch ( TreeNode hierarchyNode ) : void
Show ( TreeNode hierarchyNode ) : void
TreeNodeSpecification ( string text ) : System

비공개 메소드들

메소드 설명
addChildren ( TreeNode node, List actual ) : void
addToken ( TreeNode node, List actual ) : void
addToken ( string text ) : void
getActual ( TreeNode hierarchyNode ) : List

메소드 상세

AssertMatch() 공개 메소드

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

Show() 공개 정적인 메소드

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

TreeNodeSpecification() 공개 메소드

public TreeNodeSpecification ( string text ) : System
text string
리턴 System