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