private XPathFilter filter;
@Before
public void before() throws Exception {
xpathManager = new SaxonXpathEvaluator();
when(muleContext.getRegistry().lookupObject(NamespaceManager.class)).thenReturn(null);
filter = new XPathFilter();
filter.setMuleContext(muleContext);
filter.setXpathEvaluator(xpathManager);