* Test method for
* {@link org.jboss.portletbridge.context.FacesContextFactoryImpl#getFacesContext(java.lang.Object, java.lang.Object, java.lang.Object, javax.faces.lifecycle.Lifecycle)}.
*/
public void testGetFacesContextPortlet() {
FacesContextFactoryImpl factory = new FacesContextFactoryImpl(facesContextFactory);
MockPortletContext portletContext = new MockPortletContext(servletContext);
MockActionRequest portletRequest = new MockActionRequest(portletContext);
MockActionResponse portletResponse = new MockActionResponse();
RequestScopeManager portletStateHolder = RequestScopeManager.getInstance(facesContext);
BridgeRequestScope portletState = new BridgeRequestScope();
portletStateHolder.saveRequestScope(STATE_ID, portletState);