예제 #1
0
        public void PlayerShouldHaveTwoCards()
        {
            GameInfo gameinfo = _target.NewGame("Teste");

            Assert.AreEqual(gameinfo.GameTable.Player.Cards.Count, 2);
        }