assertTrue("Matched text should be no more than 100 chars in length ", match.length() < hg
.getMaxDocBytesToAnalyze());
}
};
helper.start();
}
public void testMaxSizeEndHighlight() throws Exception {
TestHighlightRunner helper = new TestHighlightRunner() {