C# Класс Machine.Specifications.Runner.Impl.Listener.AssemblyLocationAwareListener

Sets the current directory to the directory containing running assembly, thus allowing external files to be referenced by relative path within specifications in the assembly.
Наследование: RunListenerBase
Показать файл Открыть проект

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

Метод Описание
OnAssemblyEnd ( AssemblyInfo assembly ) : void
OnAssemblyStart ( AssemblyInfo assembly ) : void

Описание методов

OnAssemblyEnd() публичный Метод

public OnAssemblyEnd ( AssemblyInfo assembly ) : void
assembly AssemblyInfo
Результат void

OnAssemblyStart() публичный Метод

public OnAssemblyStart ( AssemblyInfo assembly ) : void
assembly AssemblyInfo
Результат void