Ejemplo n.º 1
0
 public void LandUpdatesPlayerLocation()
 {
     luxuryTax.Land(player);
     Assert.AreEqual(luxuryTax.BoardLocation, player.Location);
 }