C# Class CalDavSynchronizerTestAutomation.CalDavSynchronizerTestRibbon

Show file Open project: aluxnimm/outlookcaldavsynchronizer

Public Methods

Method Description
CalDavSynchronizerTestRibbon ( )
EnsureSynchronizationContext ( ) : void

Ensures that the syncronizationcontext is not null ( it seems to be a bug that the synchronizationcontext is null in Office Addins)

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateWindowWithTextBox ( ) : TextBox>.Tuple
ImportIcsData_Click ( object sender, RibbonControlEventArgs e ) : void
InitializeComponent ( ) : void

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

StartTests ( bool excludeManual ) : void
StartTestsButton_Click ( object sender, RibbonControlEventArgs e ) : void
StartTestsExcludeManualButton_Click ( object sender, RibbonControlEventArgs e ) : void
TestAutomationRibbon_Load ( object sender, RibbonUIEventArgs e ) : void

Method Details

CalDavSynchronizerTestRibbon() public method

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

EnsureSynchronizationContext() public static method

Ensures that the syncronizationcontext is not null ( it seems to be a bug that the synchronizationcontext is null in Office Addins)
public static EnsureSynchronizationContext ( ) : void
return void