Examples of FacesContextProducer


Examples of org.jboss.seam.faces.environment.FacesContextProducer

    Instance<FacesContext> facesContextInstance;

    @Test
    public void testReturnsCurrentFacesContext() {
        new MockFacesContext().set();
        Assert.assertSame(new FacesContextProducer().getFacesContext(), FacesContext.getCurrentInstance());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.