Namespace: FindTheWord
Assembly: FindTheWord (in FindTheWord.exe) Version: 1.1.1.0 (1.1.1)
Tests: FindTheWord.Tests.CharacterButtonTests
1 unit tests call FindTheWord.CharacterButton.RemoveLetter
Assembly: FindTheWord (in FindTheWord.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Remarks
Examples
[Test] public void NotClickableWhenLetterRemoved() { var characterButton = new CharacterButton(0.5f, 0.5f, null); characterButton.Letter = 'S'; characterButton.RemoveLetter(); Assert.IsFalse(characterButton.IsClickable()); }
See Also