Commit Graph

1 Commits

Author SHA1 Message Date
Derek L. Seitz 93008219c2 Add unit tests for generateNumberToBeGuessed() and isCorrectGuess() methods
- 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
2025-03-23 12:55:32 -05:00