C# Class AddConverterDlgTests.CnvtrPropertiesControlTests

Inheritance: SIL.FieldWorks.Test.TestUtils.BaseTest
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
FixtureSetup ( ) : void

Creates and loads a set of dummy converters to test the CnvtrPropertiesCtrl class.

FixtureTeardown ( ) : void

Clean up after running all the tests.

Private Methods

Method Description
AutoSave_InvalidContents ( ) : void
AutoSave_ValidButUnchanged ( ) : void
AutoSave_ValidContents ( ) : void
CreateTempFile ( string data, string filetype ) : string

Create a temporary file with the given data and file type extension.

RemoveTestConverters ( SilEncConverters31.EncConverters encConverters, string testMessage ) : void
SelectMapping_BogusCompiledTecKitFile ( ) : void
SelectMapping_CCMappingTable ( ) : void
SelectMapping_CboSpecListedItems ( ) : void
SelectMapping_Compound ( ) : void
SelectMapping_IcuConversion ( ) : void
SelectMapping_PrepopulateCboConversion ( ) : void
SelectMapping_TecKitMapTable ( ) : void

Method Details

FixtureSetup() public method

Creates and loads a set of dummy converters to test the CnvtrPropertiesCtrl class.
public FixtureSetup ( ) : void
return void

FixtureTeardown() public method

Clean up after running all the tests.
public FixtureTeardown ( ) : void
return void