Ejemplo n.º 1
0
 public void ShouldCount2PlayersWhen2PlayersPlay()
 {
     Check.That(_pokerTable.PlayerCount()).Equals(2);
 }