Beispiel #1
0
        public void make_play_when_player_is_criminal()
        {
            SetUp();

            _player1.RolledDoublesCount = 3;
            _gameOfMonopoly.MakePlay(0);

            Assert.IsTrue(_player1.IsInJail);
        }