Пример #1
0
 /** Run the boolean advance() method test. */
 @Test
 public void testAdvance() {
   boolean result = iterator.advance();
   assertTrue(result);
 }