C# Class AddConverterDlgTests.DummyAddCnvtrDlg

Though most of this code is located in AddCnvtrDlg, because the buttons and listbox are there, we're testing it in here because this Properties Tab is where you're expected to add/configure the Converters
Inheritance: SIL.FieldWorks.FwCoreDlgs.AddCnvtrDlg
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
DummyAddCnvtrDlg ( ) : System

Constructor.

SetMappingFile ( string sMapping ) : void

Helper method to enable us to set a mapping file for testing purposes

Protected Methods

Method Description
ShowMessage ( string sMessage, string sTitle, MessageBoxButtons buttons ) : DialogResult

Override this for testing without UI

Method Details

DummyAddCnvtrDlg() public method

Constructor.
public DummyAddCnvtrDlg ( ) : System
return System

SetMappingFile() public method

Helper method to enable us to set a mapping file for testing purposes
public SetMappingFile ( string sMapping ) : void
sMapping string
return void

ShowMessage() protected method

Override this for testing without UI
protected ShowMessage ( string sMessage, string sTitle, MessageBoxButtons buttons ) : DialogResult
sMessage string
sTitle string
buttons MessageBoxButtons
return DialogResult