wiremock / wiremock.org

WireMock website, powered by Jekyll. Contributions are welcome!
https://wiremock.org/
MIT License
11 stars 49 forks source link

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

Open DerekSansom opened 4 months ago

DerekSansom commented 4 months ago

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