C# 클래스 Forseti.Harnesses.Harness

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

공개 메소드들

메소드 설명
AddDependency ( IFile dependency ) : void
HandleFiles ( IEnumerable files ) : IEnumerable
Harness ( IFramework framework ) : System.Collections.Generic
HasDependencies ( ) : bool
IsDescription ( IFile file ) : bool
IsSystem ( IFile file ) : bool
RemoveSuites ( IEnumerable suites ) : void

비공개 메소드들

메소드 설명
BuildSearchRegex ( string path, int>.Dictionary &extractedComponents ) : Regex
IsDescriptionForSystem ( Description description, Suite suite ) : bool

메소드 상세

AddDependency() 공개 메소드

public AddDependency ( IFile dependency ) : void
dependency IFile
리턴 void

HandleFiles() 공개 메소드

public HandleFiles ( IEnumerable files ) : IEnumerable
files IEnumerable
리턴 IEnumerable

Harness() 공개 메소드

public Harness ( IFramework framework ) : System.Collections.Generic
framework IFramework
리턴 System.Collections.Generic

HasDependencies() 공개 메소드

public HasDependencies ( ) : bool
리턴 bool

IsDescription() 공개 메소드

public IsDescription ( IFile file ) : bool
file IFile
리턴 bool

IsSystem() 공개 메소드

public IsSystem ( IFile file ) : bool
file IFile
리턴 bool

RemoveSuites() 공개 메소드

public RemoveSuites ( IEnumerable suites ) : void
suites IEnumerable
리턴 void