Slackbot
10/25/2023, 7:17 PMOleg Nenashev
10/25/2023, 7:41 PMOleg Nenashev
10/25/2023, 7:42 PMEric Deandrea
10/25/2023, 7:42 PMthis.wireMockServer.verify(5,
getRequestedFor(urlEqualTo(VILLAIN_RANDOM_URI))
.withHeader(ACCEPT, equalTo(APPLICATION_JSON))
);Eric Deandrea
10/25/2023, 7:42 PMWireMockGrpcService)Oleg Nenashev
10/25/2023, 7:55 PMEric Deandrea
10/25/2023, 8:17 PMEric Deandrea
10/25/2023, 8:18 PMWireMock instance thats passed into the constructor to be able to do that in an @BeforeEach methodTom
10/25/2023, 9:42 PMTom
10/25/2023, 9:43 PMEric Deandrea
10/26/2023, 1:22 PMWireMockExtension approach? In my case I can’t really do that. I can construct a WireMock or WireMockGrpcService instance