* makes sure update works as it should if one player has no hand left
*/
@Test
public void testUpdatePlayerOneEmptyHand()
{
PlayerController pc = new PlayerController(new Cheating(), new Cheating());
String dashes = "--------------------------------------------------------------------------------";
String killOutput = "\n" + dashes + "\nPlayer One\tPlayer Two\nCards: 0\tCards: 26\n";
String properOut = killOutput + "Player 2 won in ";