Class TestableGameState

java.lang.Object
student.micro.battleship.GameState
student.micro.battleship.TestableGameState

public class TestableGameState extends GameState
A special subclass of GameState that adds extra features useful in writing test cases.
  • Constructor Details

    • TestableGameState

      public TestableGameState()
      Create a new game state, with two empty boards.
  • Method Details