Skip to content

Commit

Permalink
More HumanGuessesGame Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kespaan committed Mar 17, 2022
1 parent 44f92a4 commit 96ddb08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/HumanGuessesGameTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import static org.junit.jupiter.api.Assertions.*;

public class HumanGuessesGameTest {
//using dependency injection
@Test
void ConstructorTest() {
RandomStub rnd = new RandomStub(233);
Expand Down

0 comments on commit 96ddb08

Please sign in to comment.