}
public void testLowLevelCas() {
LowLevelCAS cas = this.jcas.getLowLevelCas();
LowLevelTypeSystem ts = cas.ll_getTypeSystem();
final int annotType = ts.ll_getCodeForTypeName(annotationTypeName);
final int addr = cas.ll_createFS(annotType);
final int stringSetFeat = ts.ll_getCodeForFeatureName(annotationTypeName
+ TypeSystem.FEATURE_SEPARATOR + stringSetFeatureName);
cas.ll_setStringValue(addr, stringSetFeat, definedValue1);
cas.ll_setStringValue(addr, stringSetFeat, definedValue2);