@Test(expected = UnsupportedOperationException.class)
 public void testRemoveItem() {
   System.out.println("testRemoveItem");
   container.removeItem("blah"); // This method is not implemented
 }