C# Class SIL.FieldWorks.FwCoreDlgs.DummyValidCharsGridMngr

Override of a ValidCharsGridsManager for testing.
Inheritance: ValidCharactersDlg.ValidCharGridsManager
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
VerifyCharacters ( string expectedChars ) : void

Verifies that the expected characters were added.

Protected Methods

Method Description
AddCharacter ( string chr, ValidCharacterType type, bool notUsed ) : void

Adds the character to a list (rather than to a grid).

Method Details

AddCharacter() protected method

Adds the character to a list (rather than to a grid).
protected AddCharacter ( string chr, ValidCharacterType type, bool notUsed ) : void
chr string
type ValidCharacterType
notUsed bool
return void

VerifyCharacters() public method

Verifies that the expected characters were added.
public VerifyCharacters ( string expectedChars ) : void
expectedChars string The characters that we expect would be added to the /// grid for a particular test.
return void