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