Browse Source

Add Uni Test AIGridGUI

main
Thoumi Ngonga Brice 2 years ago
parent
commit
f594a3fd7c
  1. 14
      src/test/java/AIGridGUITest.java
  2. BIN
      target/classes/BattleShip/BShip$NewGameListener.class
  3. BIN
      target/classes/PingPong/CollisionChecker.class
  4. BIN
      target/classes/PingPong/GamePanel$AL.class
  5. BIN
      target/classes/classpath.index
  6. BIN
      target/test-classes/AIGridGUITest.class
  7. BIN
      target/test-classes/classpath.index

14
src/test/java/AIGridGUITest.java

@ -0,0 +1,14 @@
import BattleShip.AIGridGUI;
import org.junit.jupiter.api.Test;
public class AIGridGUITest {
AIGridGUI aiGridGUI = new AIGridGUI(10, 10);
@Test
public void testMoveUpForValidInput() {
}
}

BIN
target/classes/BattleShip/BShip$NewGameListener.class

BIN
target/classes/PingPong/CollisionChecker.class

BIN
target/classes/PingPong/GamePanel$AL.class

BIN
target/classes/classpath.index

BIN
target/test-classes/AIGridGUITest.class

BIN
target/test-classes/classpath.index

Loading…
Cancel
Save