public void PlayerShouldHaveTwoCards() { GameInfo gameinfo = _target.NewGame("Teste"); Assert.AreEqual(gameinfo.GameTable.Player.Cards.Count, 2); }