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