public void testAdvancedFeaturePathMatching() throws Exception {
// create annotation tester with the regex annotator specifier
AnnotatorTester annotTester = new AnnotatorTester(JUnitExtension
.getFile("featurePathMatching/RegExAnnotFeaturePath.xml"));
CAS cas = annotTester.performTest("My AdvancedRegex String", "en");
// define result interested in
String[] tofs = { "org.apache.uima.TestAnnot",
"org.apache.uima.TestAnnot:testFeature",
"org.apache.uima.TestAnnot1",