processor = getProcessor();
MockServletContext mockServletContext = new MockServletContext();
MockPageContext mockPageContext = new MockPageContext(mockServletContext);
request = (HttpServletRequest) mockPageContext.getRequest();
confToBeApplied = new HashMap<ConfigToken<?>, Object>();
tableConfiguration = new TableConfiguration(confToBeApplied, null, request);
tableConfiguration.setTableId("fakeId");
columnConfiguration = new ColumnConfiguration();
}