183184185186187188189190191192193
@Test public void testSimpleMethodInvocation() throws Exception { DummyBean dummyBean = new DummyBean(); facesContext.getExternalContext().getRequestMap().put("dummyBean", dummyBean); UIViewRoot root = facesContext.getViewRoot();