- Verified structure and value bounds of generateNumberToBeGuessed() - Tested correct and incorrect input behavior of isCorrectGuess() - Set up JUnit 5 with @BeforeEach for Game instantiation - Improved test readability with @DisplayName annotations
Description
This application is a Java-based CLI number guessing game originally written as a course assignment. It is now being used to develop skill in unit testing.
Languages
Java
100%