Method | Description | |
---|---|---|
VerifyCharacters ( string expectedChars ) : void |
Verifies that the expected characters were added.
|
Method | 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 | |
return | void |
public VerifyCharacters ( string expectedChars ) : void | ||
expectedChars | string | The characters that we expect would be added to the /// grid for a particular test. |
return | void |