//No payout, bet amount should remain the same
diceVal[0] = 2;
diceVal[1] = 4;
point = 4;
passLineBet.setBetAmount(betAmt);
passLineBet.checkBetOutcome(diceVal,true, point);
Assert.assertEquals(passLineBet.getPayOut(), 0);
Assert.assertEquals(passLineBet.getBetAmount(), 100);
//Point is set to 4
//Dice = 7