4546474849505152535455
} @Test public void buildsMappingWithUrlOnlyRequestAndStatusOnlyResponse() { WireMock wireMock = new WireMock(); wireMock.register( get(urlEqualTo("/my/new/resource")) .willReturn( aResponse() .withStatus(304)));