public void VisitSpaceUpdatesPlayerLocation() { space.Visit(player); Assert.AreEqual(5, player.Location); }