Package com.thoughtworks.inproctester.jerseytester.htmlunit

Examples of com.thoughtworks.inproctester.jerseytester.htmlunit.JerseyClientWebConnection


import javax.ws.rs.core.MediaType;

public class JerseyClientHtmlunitDriver extends HtmlUnitDriver {
    public JerseyClientHtmlunitDriver(Client jerseyClient) {
        getWebClient().setWebConnection(new JerseyClientWebConnection(jerseyClient, getWebClient().getCookieManager()));
    }
View Full Code Here

TOP

Related Classes of com.thoughtworks.inproctester.jerseytester.htmlunit.JerseyClientWebConnection

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.