Package com.github.restdriver.clientdriver

Examples of com.github.restdriver.clientdriver.DefaultRequestMatcher


    public void before() {
        headers = new HashMap<String, Object>();
        params = new HashMap<String, Collection<String>>();
        content = null;
        contentType = null;
        sut = new DefaultRequestMatcher();
    }
View Full Code Here

TOP

Related Classes of com.github.restdriver.clientdriver.DefaultRequestMatcher

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.