_mocksControl = EasyMock.createControl();
_facesContext = new MockFacesContext12();
_application = _mocksControl.createMock(Application.class);
_facesContext.setApplication(_application);
//_expressionFactory = _mocksControl.createMock(ExpressionFactory.class);
_elContext = new MockELContext();
_elContext.putContext(FacesContext.class, _facesContext);
_methodBinding = _mocksControl.createMock(MethodBinding.class);
}