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
파일 보기 프로젝트 열기: machine/machine.specifications

공개 메소드들

메소드 설명
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