C# 클래스 ValidateBuilds.Program

상속: IDisposable
파일 보기 프로젝트 열기: benjamin-bader/stiletto

공개 메소드들

메소드 설명
Dispose ( ) : void
Main ( string args ) : int
Program ( string workingDirectory, IErrorWriter errorWriter ) : System
Run ( ) : int

비공개 메소드들

메소드 설명
ConfigureLogging ( bool verbose ) : void
ExecuteBuild ( BuildState state ) : bool
GetProjectFiles ( ) : IEnumerable
ReadExpectedResults ( string expectedResultsFilePath ) : ExpectedResults

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int

Program() 공개 메소드

public Program ( string workingDirectory, IErrorWriter errorWriter ) : System
workingDirectory string
errorWriter IErrorWriter
리턴 System

Run() 공개 메소드

public Run ( ) : int
리턴 int