Méthode | Description | |
---|---|---|
VerifyCharacters ( string expectedChars ) : void |
Verifies that the expected characters were added.
|
Méthode | Description | |
---|---|---|
AddCharacter ( string chr, ValidCharacterType type, bool notUsed ) : void |
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 |
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 |