Java Reference
In-Depth Information
log.info("Created Theatre");
log.info(seatType.getDescription() + " was
persisted with id " + seatType.getId());
bookerService.bookSeat(new
Long(seatType.getId()), seatType.getPrice());
log.info("Created Theatre");
log.info("Money left: "
+bookerService.getMoney());
assertTrue(bookerService.getMoney() <100);
}
}
The expected output of the application server console should be pretty much like the
following screenshot:
Search WWH ::




Custom Search