Package com.box.restclientv2.authorization.oauthmultithread

Source Code of com.box.restclientv2.authorization.oauthmultithread.MockRequest

package com.box.restclientv2.authorization.oauthmultithread;

import com.box.boxjavalibv2.jsonparsing.BoxJSONParser;
import com.box.boxjavalibv2.jsonparsing.BoxResourceHub;
import com.box.boxjavalibv2.testutils.TestUtils;
import com.box.restclientv2.RestMethod;
import com.box.restclientv2.exceptions.BoxRestException;
import com.box.restclientv2.requestsbase.DefaultBoxRequest;

public class MockRequest extends DefaultBoxRequest {

    public MockRequest() throws BoxRestException {
        super(TestUtils.getConfig(), new BoxJSONParser(new BoxResourceHub()), "uri", RestMethod.GET, null);
    }

}
TOP

Related Classes of com.box.restclientv2.authorization.oauthmultithread.MockRequest

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.