5354555657585960616263
{ System.out.println(fullCart.get(product) + " " + product); } System.out.println("Checkout"); cart.checkout(); System.out.println("Should throw an object not found exception by invoking on cart after @Remove method"); try { cart.getCartContents();