Exemplo n.º 1
0
        public void PlayerLandingOnGoIncreasesPlayerBalanceByGoSalaryBonus()
        {
            go.LandedOnByPlayer(horse, currentDiceValue);

            Assert.AreEqual(1500 + ClassicBoard.GoSalaryBonus, horse.Balance);
        }