public void testException() throws Exception {
   com.google.common.collect.AbstractIteratorTest testCase =
       new com.google.common.collect.AbstractIteratorTest();
   testCase.testException();
 }