* Prepare for the test.
*/
public void setUp() {
textMatcherEditor = new TextMatcherEditor(GlazedLists.toStringTextFilterator());
threadedMatcherEditor = new ThreadedMatcherEditor(textMatcherEditor);
filterList = new FilterList(new BasicEventList(), threadedMatcherEditor);
matchAll = new MatcherEditor.Event(threadedMatcherEditor, MatcherEditor.Event.MATCH_ALL, Matchers.trueMatcher());
matchNone = new MatcherEditor.Event(threadedMatcherEditor, MatcherEditor.Event.MATCH_NONE, Matchers.falseMatcher());
matchRelaxed = new MatcherEditor.Event(threadedMatcherEditor, MatcherEditor.Event.RELAXED, threadedMatcherEditor.getMatcher());
matchConstrained = new MatcherEditor.Event(threadedMatcherEditor, MatcherEditor.Event.CONSTRAINED, threadedMatcherEditor.getMatcher());