Exemplo n.º 1
0
        public void TestAllIn()
        {
            Player currPlayer = _players[_dealer._currPlayerIndex];

            _dealer.AllIn(currPlayer);
            Assert.IsTrue(currPlayer.amIInAllIn);
            Assert.IsTrue(currPlayer.Chip.Sum == 0);
        }