C# 클래스 StoryTeller.Domain.Hierarchy

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

공개 메소드들

메소드 설명
AddTest ( string testPath ) : Test
ClearResults ( ) : void
FindAllWorkspaces ( IProject project ) : IEnumerable
FindFirstTestWithName ( string name ) : Test
GetFullResults ( ) : ResultHistory
GetPath ( ) : TPath
GetProjectName ( ) : string
Hierarchy ( IProject project ) : System
Hierarchy ( string name ) : System

메소드 상세

AddTest() 공개 메소드

public AddTest ( string testPath ) : Test
testPath string
리턴 Test

ClearResults() 공개 메소드

public ClearResults ( ) : void
리턴 void

FindAllWorkspaces() 공개 메소드

public FindAllWorkspaces ( IProject project ) : IEnumerable
project IProject
리턴 IEnumerable

FindFirstTestWithName() 공개 메소드

public FindFirstTestWithName ( string name ) : Test
name string
리턴 Test

GetFullResults() 공개 메소드

public GetFullResults ( ) : ResultHistory
리턴 StoryTeller.Workspace.ResultHistory

GetPath() 공개 메소드

public GetPath ( ) : TPath
리턴 TPath

GetProjectName() 공개 메소드

public GetProjectName ( ) : string
리턴 string

Hierarchy() 공개 메소드

public Hierarchy ( IProject project ) : System
project IProject
리턴 System

Hierarchy() 공개 메소드

public Hierarchy ( string name ) : System
name string
리턴 System