C# Class 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.
Inheritance: RunListenerBase
Mostrar archivo Open project: machine/machine.specifications

Public Methods

Method Description
OnAssemblyEnd ( AssemblyInfo assembly ) : void
OnAssemblyStart ( AssemblyInfo assembly ) : void

Method Details

OnAssemblyEnd() public method

public OnAssemblyEnd ( AssemblyInfo assembly ) : void
assembly AssemblyInfo
return void

OnAssemblyStart() public method

public OnAssemblyStart ( AssemblyInfo assembly ) : void
assembly AssemblyInfo
return void