@Test(expected = UnsupportedOperationException.class)
 public void testClear() {
   list.clear();
 }