C# 클래스 VMwareIntegration.Common.TestRunner

파일 보기 프로젝트 열기: nberardi/hMailServer 1 사용 예제들

공개 메소드들

메소드 설명
Run ( ) : bool
RunThread ( ) : void
TestRunner ( bool embedded, TestEnvironment environment, bool stopOnError ) : System

비공개 메소드들

메소드 설명
ExpandVariables ( string input ) : string
ProgramFilesx86 ( ) : string
ReportStatus ( bool success, System.TimeSpan ts, string failureText ) : void
RunInternal ( ) : void

메소드 상세

Run() 공개 메소드

public Run ( ) : bool
리턴 bool

RunThread() 공개 메소드

public RunThread ( ) : void
리턴 void

TestRunner() 공개 메소드

public TestRunner ( bool embedded, TestEnvironment environment, bool stopOnError ) : System
embedded bool
environment TestEnvironment
stopOnError bool
리턴 System