C# Class StoryTeller.Domain.Hierarchy

Inheritance: Suite
Afficher le fichier Open project: DarthFubuMVC/storyteller Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddTest ( string testPath ) : Test
testPath string
Résultat Test

ClearResults() public méthode

public ClearResults ( ) : void
Résultat void

FindAllWorkspaces() public méthode

public FindAllWorkspaces ( IProject project ) : IEnumerable
project IProject
Résultat IEnumerable

FindFirstTestWithName() public méthode

public FindFirstTestWithName ( string name ) : Test
name string
Résultat Test

GetFullResults() public méthode

public GetFullResults ( ) : ResultHistory
Résultat StoryTeller.Workspace.ResultHistory

GetPath() public méthode

public GetPath ( ) : TPath
Résultat TPath

GetProjectName() public méthode

public GetProjectName ( ) : string
Résultat string

Hierarchy() public méthode

public Hierarchy ( IProject project ) : System
project IProject
Résultat System

Hierarchy() public méthode

public Hierarchy ( string name ) : System
name string
Résultat System