C# Class StoryTeller.Domain.Hierarchy

Inheritance: Suite
Mostra file Open project: DarthFubuMVC/storyteller Class Usage Examples

Public Methods

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

Method Details

AddTest() public method

public AddTest ( string testPath ) : Test
testPath string
return Test

ClearResults() public method

public ClearResults ( ) : void
return void

FindAllWorkspaces() public method

public FindAllWorkspaces ( IProject project ) : IEnumerable
project IProject
return IEnumerable

FindFirstTestWithName() public method

public FindFirstTestWithName ( string name ) : Test
name string
return Test

GetFullResults() public method

public GetFullResults ( ) : ResultHistory
return StoryTeller.Workspace.ResultHistory

GetPath() public method

public GetPath ( ) : TPath
return TPath

GetProjectName() public method

public GetProjectName ( ) : string
return string

Hierarchy() public method

public Hierarchy ( IProject project ) : System
project IProject
return System

Hierarchy() public method

public Hierarchy ( string name ) : System
name string
return System