10 references to FakeHttpClient
Microsoft.DotNet.Build.Tasks.Feed.Tests (10)
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);
PublishToSymbolServerTest.cs (6)
244
using HttpClient client =
FakeHttpClient
.WithResponses(response);
289
using HttpClient client =
FakeHttpClient
.WithResponses(responses);
332
using HttpClient client =
FakeHttpClient
.WithResponses(responses);
371
using HttpClient client =
FakeHttpClient
.WithResponses(responses);
403
using HttpClient client =
FakeHttpClient
.WithResponses(responses);
441
using HttpClient client =
FakeHttpClient
.WithResponses(responses);