@Test
public void testReplay() throws JoranException {
ListenAction listenAction = new ListenAction();
rulesMap.put(new ElementSelector("fire"), listenAction);
TrivialConfigurator gc = new TrivialConfigurator(rulesMap);
gc.setContext(context);
gc.doConfigure(CoreTestConstants.TEST_SRC_PREFIX + "input/joran/fire1.xml");
// for(SaxEvent se: listenAction.getSeList()) {
// System.out.println(se);
// }
assertEquals(5, listenAction.getSeList().size());