C# Class StoryTeller.Model.Persistence.Suite

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
path string

Méthodes publiques

Méthode Description
AddChildSuite ( Suite newSuite ) : void
AddSpec ( Specification spec ) : void
GetAllSpecs ( ) : IEnumerable
JoinPath ( string parent, string name ) : string
RemoveSpec ( Specification old ) : void
ReplaceSpecification ( Specification spec ) : void
SuitePathOf ( string path ) : string
ToHierarchy ( ) : Hierarchy
WritePath ( string parentFolder ) : void

Private Methods

Méthode Description
organizeIntoHierarchy ( Hierarchy hierarchy ) : void

Method Details

AddChildSuite() public méthode

public AddChildSuite ( Suite newSuite ) : void
newSuite Suite
Résultat void

AddSpec() public méthode

public AddSpec ( Specification spec ) : void
spec Specification
Résultat void

GetAllSpecs() public méthode

public GetAllSpecs ( ) : IEnumerable
Résultat IEnumerable

JoinPath() public static méthode

public static JoinPath ( string parent, string name ) : string
parent string
name string
Résultat string

RemoveSpec() public méthode

public RemoveSpec ( Specification old ) : void
old Specification
Résultat void

ReplaceSpecification() public méthode

public ReplaceSpecification ( Specification spec ) : void
spec Specification
Résultat void

SuitePathOf() public static méthode

public static SuitePathOf ( string path ) : string
path string
Résultat string

ToHierarchy() public méthode

public ToHierarchy ( ) : Hierarchy
Résultat Hierarchy

WritePath() public méthode

public WritePath ( string parentFolder ) : void
parentFolder string
Résultat void

Property Details

name public_oe property

public string name
Résultat string

path public_oe property

public string path
Résultat string