public void testNegationExamples() throws ResourceInitializationException, AnalysisEngineProcessException {
//TODO: Pei- For unit tests, we should wire up the pipeline programmatically.
//We can use uimafit instead of xml descriptor files.
String descriptor = "desc/test/StatusAnnotator.xml";
AnalysisEngine contextAE = TestUtil.getAE(new File(descriptor));
UimaContext uimaContext = contextAE.getUimaContext();
ContextAnnotator statusAnnotator = new ContextAnnotator();
// statusAnnotator.initialize(uimaContext);
//
// TestUtil.testConfigParam(uimaContext, descriptor, ContextAnnotator.MAX_LEFT_SCOPE_SIZE_PARAM, new Integer(7));
// TestUtil.testConfigParam(uimaContext, descriptor, ContextAnnotator.MAX_RIGHT_SCOPE_SIZE_PARAM, new Integer(7));