8000 Needs Explaination why we need to change base url in application · Issue #118 · andrzejchm/RESTMock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Needs Explaination why we need to change base url in application  #118
Open
@shahidlatif2007

Description

@shahidlatif2007

RestAdapter adapter = new RestAdapter.Builder()
.baseUrl(RESTMockServer.getUrl())
.build();

You mentioned that we need to change base url in native code by using TestApplicatiion. Why you need to this. The interceptor needs to works irespective to URL. sometime application has multiple URL and some developer dont want to change the code. It will be helpful that you provide the explaination. I read the tutorial mentioned in above step. I need to integrate this library for Espresso Tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0