Skip to content

Issue on Quick Start: API Mocking with Java and JUnit 4 #282

Open
@DerekSansom

Description

@DerekSansom

Page

/docs/quickstart/java-junit/

Details

It's missing the declaration of the actual wireMockServer
image

Suggested Edits

I guess it needs something like

private WireMockServer wiremockServer = new WireMockServer();

but that creates a new issue:

The method uri(URI) in the type HttpRequest.Builder is not applicable for the arguments (String)

References

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions