Page
/docs/quickstart/java-junit/
Details
After copy/pasting the code. I get a compile error:
wiremockServer cannot be resolved
I tried to change wiremockServer.url("/my/resource") to URI.create(wireMockRule.url("/my/resource")), but then I got:
The method POST(HttpRequest.BodyPublisher) in the type HttpRequest.Builder is not applicable for the arguments ()
Suggested Edits
No response
References
No response