public void testCase1() {
PlayingTableState gameControl = new PlayingTableState(pokerTable, table, kenzo);
Game game = gameControl.getGame();
events.ignore(); //TODO
try {
gameControl.deal();
} catch (IllegalActionException e1) {
fail(e1.toString());
}
// Pre-flop Round