C# Class VMwareIntegration.Common.TestRunner

Mostrar archivo Open project: nberardi/hMailServer Class Usage Examples

Public Methods

Method Description
Run ( ) : bool
RunThread ( ) : void
TestRunner ( bool embedded, TestEnvironment environment, bool stopOnError ) : System

Private Methods

Method Description
ExpandVariables ( string input ) : string
ProgramFilesx86 ( ) : string
ReportStatus ( bool success, System.TimeSpan ts, string failureText ) : void
RunInternal ( ) : void

Method Details

Run() public method

public Run ( ) : bool
return bool

RunThread() public method

public RunThread ( ) : void
return void

TestRunner() public method

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