C# Класс Forseti.Harnesses.Harness

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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