Ejemplo n.º 1
0
 public void Hit()
 {
     g.NewHand();
     g.Hit();
     Assert.That(g.Player.Size, Is.EqualTo(3));
 }