4243444546474849505152
assertNotNull(b); ConfirmedBooking confirmed= bookingRawManager.checkIn(b); assertNotNull(confirmed); confirmed.addServices(s); assertEquals(confirmed.CalculateServicesTotal(),new BigDecimal(100)); confirmed.CalculateTotal();
5960616263646566676869
assertNotNull(b); ConfirmedBooking confirmed= bookingRawManager.checkIn(b); assertNotNull(confirmed); confirmed.addServices(s); assertEquals(confirmed.CalculateServicesTotal(),new BigDecimal(100)); }