Ejemplo n.º 1
0
 public void VisitSpaceUpdatesPlayerLocation()
 {
     space.Visit(player);
     Assert.AreEqual(5, player.Location);
 }