Пример #1
0
 /** Run the CtfLocation getLocation() method test. */
 @Test
 public void testGetLocation() {
   CtfLocation result = iterator.getLocation();
   assertNotNull(result);
 }