C# Class VMwareIntegration.formConfigurations

Mostrar archivo Open project: nberardi/hMailServer Class Usage Examples

Public Properties

Property Type Description
TestCompleted delegateTestCompleted

Public Methods

Method Description
OnInternalOnTestCompleted ( bool success, string message, string failureText ) : void
formConfigurations ( ) : System
runner_TestCompleted ( bool result, string message, string failureText ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetStatusColumn ( ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnTestCompleted ( bool success, string message ) : void
ReportStatusForCurrentItem ( string result, string failureText ) : void
SelectAll ( bool select ) : void
SetTestRunning ( bool running ) : void
ShowTestInfo ( ) : void
StartNextTest ( ) : bool

Locates the next test to run and starts it.

StopTest ( ) : void
buttonClose_Click ( object sender, EventArgs e ) : void
buttonRunSelected_Click ( object sender, EventArgs e ) : void
buttonSelectAll_Click ( object sender, EventArgs e ) : void
buttonSelectNone_Click ( object sender, EventArgs e ) : void
buttonStop_Click ( object sender, EventArgs e ) : void
checkStopOnError_CheckedChanged ( object sender, EventArgs e ) : void
formConfigurations_FormClosing ( object sender, FormClosingEventArgs e ) : void
formConfigurations_Load ( object sender, EventArgs e ) : void
formConfigurations_Shown ( object sender, EventArgs e ) : void
listConfigurations_ItemCheck ( object sender, ItemCheckEventArgs e ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnInternalOnTestCompleted() public method

public OnInternalOnTestCompleted ( bool success, string message, string failureText ) : void
success bool
message string
failureText string
return void

formConfigurations() public method

public formConfigurations ( ) : System
return System

runner_TestCompleted() public method

public runner_TestCompleted ( bool result, string message, string failureText ) : void
result bool
message string
failureText string
return void

Property Details

TestCompleted public_oe property

public delegateTestCompleted TestCompleted
return delegateTestCompleted