C# 클래스 Machine.Specifications.Runner.Impl.AssemblyRunner

파일 보기 프로젝트 열기: machine/machine.specifications 1 사용 예제들

공개 메소드들

메소드 설명
AssemblyRunner ( ISpecificationRunListener listener, RunOptions options ) : System
EndExplicitRunScope ( Assembly assembly ) : void
Run ( Assembly assembly, IEnumerable contexts ) : void
StartExplicitRunScope ( Assembly assembly ) : void

비공개 메소드들

메소드 설명
OnAssemblyEnd ( Assembly assembly ) : void
OnAssemblyStart ( Assembly assembly ) : void
RunContext ( Context context, IEnumerable globalCleanups, IEnumerable supplements ) : void

메소드 상세

AssemblyRunner() 공개 메소드

public AssemblyRunner ( ISpecificationRunListener listener, RunOptions options ) : System
listener ISpecificationRunListener
options RunOptions
리턴 System

EndExplicitRunScope() 공개 메소드

public EndExplicitRunScope ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void

Run() 공개 메소드

public Run ( Assembly assembly, IEnumerable contexts ) : void
assembly System.Reflection.Assembly
contexts IEnumerable
리턴 void

StartExplicitRunScope() 공개 메소드

public StartExplicitRunScope ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void