C# 클래스 StoryTeller.Model.Persistence.Suite

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

공개 프로퍼티들

프로퍼티 타입 설명
name string
path string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
organizeIntoHierarchy ( Hierarchy hierarchy ) : void

메소드 상세

AddChildSuite() 공개 메소드

public AddChildSuite ( Suite newSuite ) : void
newSuite Suite
리턴 void

AddSpec() 공개 메소드

public AddSpec ( Specification spec ) : void
spec Specification
리턴 void

GetAllSpecs() 공개 메소드

public GetAllSpecs ( ) : IEnumerable
리턴 IEnumerable

JoinPath() 공개 정적인 메소드

public static JoinPath ( string parent, string name ) : string
parent string
name string
리턴 string

RemoveSpec() 공개 메소드

public RemoveSpec ( Specification old ) : void
old Specification
리턴 void

ReplaceSpecification() 공개 메소드

public ReplaceSpecification ( Specification spec ) : void
spec Specification
리턴 void

SuitePathOf() 공개 정적인 메소드

public static SuitePathOf ( string path ) : string
path string
리턴 string

ToHierarchy() 공개 메소드

public ToHierarchy ( ) : Hierarchy
리턴 Hierarchy

WritePath() 공개 메소드

public WritePath ( string parentFolder ) : void
parentFolder string
리턴 void

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string