Package org.bitbucket.andyrobr.clever.http

Examples of org.bitbucket.andyrobr.clever.http.MockHttpClient


    Clever clever;

    @Before
    public void setUp()
    {
        clever = new Clever(new MockHttpClient());
    }
View Full Code Here

TOP

Related Classes of org.bitbucket.andyrobr.clever.http.MockHttpClient

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.