assertTrue(false);
}
FSIndex jcasSetIndex = jcas.getJFSIndexRepository().getIndex(CASTestSetup.ANNOT_SET_INDEX);
Annotation jcasAnnotation = (Annotation) jcasSetIndex.find(annot);
assertNotNull(jcasAnnotation);
assertNull(jcasSetIndex.find(this.cas.createAnnotation(this.annotationType, -1, -1)));
// /////////////////////////////////////////////////////////////////////////
// Test fast fail.
it = bagIndex.iterator(); // use bag index, remove add last one