public void setup() throws Exception {
MockitoAnnotations.initMocks(this);
AbstractOgnlTestSupport.configOgnl(converters);
this.proxifier = new JavassistProxifier(new ReflectionInstanceCreator());
this.context = (OgnlContext) Ognl.createDefaultContext(null);
context.setTraceEvaluations(true);
context.put("removal", removal);
context.put("nullHandler", new GenericNullHandler(removal));
context.put("proxifier", proxifier);