Where am I supposed to type in guessing letters when I Run
Hangman Project ?
"Run tests locally" gives me 4 errors:
FAIL: HangmanLogicTest guessedLetterIsAddedToTheSetOfGuessed
The guessed letter should be included to the already guessed
letters.
FAIL: HangmanLogicTest
guessedLetterIsAddedToTheSetOfGuessedOnlyOnce
The guessed letter should be included to the already guessed only
once!
FAIL: HangmanLogicTest
numberOfFaultsDoesNotIncreaseWithAlreadyGuessedLetter
Number of faults should not increase if a already guessed letter
is guessed again
FAIL: HangmanLogicTest withTwoLetters
The set of guessed letters should grow then two different letters
guessed
Based on the results from running the TestProgram using Shift+F6
all of the above should pass.
The link to altered
TestProgram.java and the output of its run work is here: http://paste.mooc.fi/b092aedf
Best regards,
Ivana