public void setup() {
processor = getProcessor();
MockServletContext mockServletContext = new MockServletContext();
MockPageContext mockPageContext = new MockPageContext(mockServletContext);
request = (HttpServletRequest) mockPageContext.getRequest();
request.setAttribute(WebConstants.DANDELION_CONTEXT_ATTRIBUTE, new Context(new MockFilterConfig()));
confToBeApplied = new HashMap<ConfigToken<?>, Object>();
tableConfiguration = new TableConfiguration(confToBeApplied, null, request);
tableConfiguration.setTableId("fakeId");
}