示例#1
0
 @Test(expected = java.lang.UnsupportedOperationException.class)
 public void testRemove() throws Exception {
   testObj.remove();
 }