tseisel
02/05/2020, 9:55 AMWebClient
to perform requests ? Mocking WebClient
does not seem to be a viable solution.
I've seen something like WebClientTest
on the web, but I'm unable to find the correct dependency or documentation about it.tseisel
02/05/2020, 10:33 AMWebTestClient
...Czar
02/05/2020, 10:35 AMkqr
02/05/2020, 11:05 AMtseisel
02/05/2020, 11:54 AMJukka Siivonen
02/05/2020, 1:24 PMtseisel
02/05/2020, 3:15 PMMockEngine
to simulate a remote server without issuing actual requests. Something I could inject into or in place of WebClient
to configure fake server responses.Jukka Siivonen
02/05/2020, 4:12 PMthol01
02/06/2020, 7:44 AMBen
02/06/2020, 7:23 PM