### Page /docs/quickstart/java-junit/ ### Details It's missing the declaration of the actual wireMockServer  ### 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_