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
Where can i get wiremockServer
in final HttpRequest request = HttpRequest.newBuilder() .uri(wiremockServer.getRequestURI("/my/resource")) .header("Content-Type", "text/xml") .POST().build();
Page
/docs/quickstart/java-junit/
Details
Where can i get
wiremockServer
in
final HttpRequest request = HttpRequest.newBuilder() .uri(wiremockServer.getRequestURI("/my/resource")) .header("Content-Type", "text/xml") .POST().build();
example isnt full
Suggested Edits
add wiremockServer initialization in example
References
https://wiremock.org/docs/quickstart/java-junit/
The text was updated successfully, but these errors were encountered: