Beispiel #1
0
 public void T10Check21PlayerGreater()
 {
     blackjack.playerTotal = 22;
     Assert.True(blackjack.Check21("player") == "lose");
 }