/** Run the CtfLocation getLocation() method test. */
 @Test
 public void testGetLocation() {
   CtfLocation result = iterator.getLocation();
   assertNotNull(result);
 }