}
}
private void executeGetIn(String address) {
WireMockTestClient wireMockClient = new WireMockTestClient(port, address);
wireMockClient.addResponse(MappingJsonSamples.BASIC_MAPPING_REQUEST_WITH_RESPONSE_HEADER);
WireMockResponse response = wireMockClient.get("/a/registered/resource");
assertThat(response.statusCode(), is(401));
}
private String getIpAddressOtherThan(String lopbackAddress) throws SocketException {