C# Class SIL.FieldWorks.FwCoreDlgs.DummyValidCharsGridMngr

Override of a ValidCharsGridsManager for testing.
Inheritance: ValidCharactersDlg.ValidCharGridsManager
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
VerifyCharacters ( string expectedChars ) : void

Verifies that the expected characters were added.

Méthodes protégées

Méthode Description
AddCharacter ( string chr, ValidCharacterType type, bool notUsed ) : void

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

Method Details

AddCharacter() protected méthode

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
Résultat void

VerifyCharacters() public méthode

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.
Résultat void