You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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")
toURI.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
The text was updated successfully, but these errors were encountered: