10 references to WithResponses
Microsoft.DotNet.Build.Tasks.Feed.Tests (10)
GeneralTests.cs (4)
62
using var httpClient = FakeHttpClient.
WithResponses
(
89
using var httpClient = FakeHttpClient.
WithResponses
(responses);
124
var httpClient = FakeHttpClient.
WithResponses
(response);
165
var httpClient = FakeHttpClient.
WithResponses
(responses);
PublishToSymbolServerTest.cs (6)
164
using HttpClient client = FakeHttpClient.
WithResponses
(response);
209
using HttpClient client = FakeHttpClient.
WithResponses
(responses);
252
using HttpClient client = FakeHttpClient.
WithResponses
(responses);
291
using HttpClient client = FakeHttpClient.
WithResponses
(responses);
323
using HttpClient client = FakeHttpClient.
WithResponses
(responses);
361
using HttpClient client = FakeHttpClient.
WithResponses
(responses);