5 references to WithResponses
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
DownloadFileTests.cs (1)
284
using HttpClient client = FakeHttpClient.
WithResponses
(responses);
GeneralTests.cs (4)
63
using var httpClient = FakeHttpClient.
WithResponses
(
90
using var httpClient = FakeHttpClient.
WithResponses
(responses);
125
var httpClient = FakeHttpClient.
WithResponses
(response);
166
var httpClient = FakeHttpClient.
WithResponses
(responses);