consumer.setConfigParameterValue("AnnotationTypes", AnnotationTypes);
consumer.setConfigParameterValue("outputFile", testFile.getAbsolutePath());
consumer.reconfigure();
consumer.processCas(cas);
consumer.destroy();
boolean isIdentic = FileCompare.compare(refFile, testFile);