Feature boolFeat = cas.getDocumentAnnotation().getType()
.getFeatureByBaseName("booleanFeature");
cas.getDocumentAnnotation().setBooleanValue(boolFeat, true);
path = "/booleanFeature";
featurePath = new FeaturePathImpl();
featurePath.initialize(path);
assertEquals(path, featurePath.getFeaturePath());
featurePath.typeInit(cas.getDocumentAnnotation().getType());
assertEquals(Boolean.valueOf(true), featurePath.getBooleanValue(cas
.getDocumentAnnotation()));
assertEquals("true", featurePath.getValueAsString(cas