public void SetUp() { GameSettings.Instance.SetNumberOfShips(numberOfShips, numberOfShips); _shipLocationGenerator = new ShipLocationGenerator(); }