C# Class Test.WPFDataGridTest

Show file Open project: Roommetro/Friendly.WPFStandardControls

Public Methods

Method Description
ResetConnection ( ) : void

Private Methods

Method Description
AddCurrentCellEvent ( System.Windows.Controls.DataGrid grid ) : void
AddEditEvent ( System.Windows.Controls.DataGrid grid ) : void
GetCellEmulateChangeSelected ( ) : void
GetCellEmulateChangeSelectedAsync ( ) : void
GetRowEmulateChangeSelected ( ) : void
GetRowEmulateChangeSelectedAsync ( ) : void
InitDataGrid ( Grid grid ) : System.Windows.Controls.DataGrid
MessageBoxEvent ( System.Windows.Controls.DataGridCell item ) : void
MessageBoxEvent ( System.Windows.Controls.DataGridRow item ) : void
TestCleanup ( ) : void
TestEmulateCellCheck ( ) : void
TestEmulateCellCheckAsync ( ) : void
TestEmulateCellCheckException ( ) : void
TestEmulateChangeCellComboSelect ( ) : void
TestEmulateChangeCellComboSelectAsync ( ) : void
TestEmulateChangeCellComboSelectException ( ) : void
TestEmulateChangeCellText ( ) : void
TestEmulateChangeCellTextAsync ( ) : void
TestEmulateChangeCellTextException ( ) : void
TestEmulateChangeCurrentCell ( ) : void
TestEmulateChangeCurrentCellAsync ( ) : void
TestGetCellText ( ) : void
TestGetCellTextException ( ) : void
TestGetItem ( ) : void
TestInitialize ( ) : void
TestSameDataClass ( ) : void
TestSameDataStruct ( ) : void

Method Details

ResetConnection() public method

public ResetConnection ( ) : void
return void