C# 클래스 Machine.Specifications.ConsoleRunner.Program

파일 보기 프로젝트 열기: Huddle/machine.specifications

공개 메소드들

메소드 설명
GetHtmlReportListener ( Options options ) : ISpecificationRunListener
Program ( IConsole console ) : System
Run ( string arguments ) : ExitCode

비공개 메소드들

메소드 설명
GetXmlReportListener ( Options options, TimingRunListener timer ) : ISpecificationRunListener
IsHtmlPathValid ( string path ) : bool
Main ( string args ) : void
WaitForDebugger ( ) : void

메소드 상세

GetHtmlReportListener() 공개 메소드

public GetHtmlReportListener ( Options options ) : ISpecificationRunListener
options Options
리턴 ISpecificationRunListener

Program() 공개 메소드

public Program ( IConsole console ) : System
console IConsole
리턴 System

Run() 공개 메소드

public Run ( string arguments ) : ExitCode
arguments string
리턴 ExitCode