public void GetDirection(string direction, ShipDirection expected) { Assert.AreEqual(expected, ControlInput.getDirection(direction)); }