Package org.jboss.test.faces.htmlunit

Examples of org.jboss.test.faces.htmlunit.LocalWebClient


    @Override
    public void setUp() throws Exception {
        super.setUp();
        addClasspathResources();
        webClient = new LocalWebClient(this.facesServer);

        // quick fix for https://sourceforge.net/tracker/?func=detail&aid=2821888&group_id=47038&atid=448266
        webClient.getOptions().setRedirectEnabled(false);

        // disable built-in cache
View Full Code Here

TOP

Related Classes of org.jboss.test.faces.htmlunit.LocalWebClient

Copyright © 2018 www.massapicom. 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.