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
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
DummyAddCnvtrDlg ( ) : System

Constructor.

SetMappingFile ( string sMapping ) : void

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

Méthodes protégées

Méthode Description
ShowMessage ( string sMessage, string sTitle, MessageBoxButtons buttons ) : DialogResult

Override this for testing without UI

Method Details

DummyAddCnvtrDlg() public méthode

Constructor.
public DummyAddCnvtrDlg ( ) : System
Résultat System

SetMappingFile() public méthode

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

ShowMessage() protected méthode

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