C# Class Forseti.Harnesses.Harness

显示文件 Open project: dolittle/Forseti Class Usage Examples

Public Methods

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

Private Methods

Method Description
BuildSearchRegex ( string path, int>.Dictionary &extractedComponents ) : Regex
IsDescriptionForSystem ( Description description, Suite suite ) : bool

Method Details

AddDependency() public method

public AddDependency ( IFile dependency ) : void
dependency IFile
return void

HandleFiles() public method

public HandleFiles ( IEnumerable files ) : IEnumerable
files IEnumerable
return IEnumerable

Harness() public method

public Harness ( IFramework framework ) : System.Collections.Generic
framework IFramework
return System.Collections.Generic

HasDependencies() public method

public HasDependencies ( ) : bool
return bool

IsDescription() public method

public IsDescription ( IFile file ) : bool
file IFile
return bool

IsSystem() public method

public IsSystem ( IFile file ) : bool
file IFile
return bool

RemoveSuites() public method

public RemoveSuites ( IEnumerable suites ) : void
suites IEnumerable
return void