+ Created UnitTest for class Game

This commit is contained in:
MikeZyeman
2021-10-08 09:15:24 +02:00
parent 2a10ee86d1
commit 5beb3d5dbb
3 changed files with 39 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
import static org.junit.jupiter.api.Assertions.*;
class GameTest {
@org.junit.jupiter.api.Test
void checkTest() {
}
}