10 references to FakeHttpClient
Microsoft.DotNet.Build.Tasks.Feed.Tests (10)
DownloadFileTests.cs (6)
79using HttpClient client = FakeHttpClient.WithResponsesGivenUris(fakeHttpResponses); 148using HttpClient client = FakeHttpClient.WithResponsesGivenUris(fakeHttpResponses); 225using HttpClient client = FakeHttpClient.WithResponsesGivenUris(fakeHttpResponses); 284using HttpClient client = FakeHttpClient.WithResponses(responses); 356using HttpClient client = FakeHttpClient.WithResponsesGivenUris(fakeHttpResponses); 429using HttpClient client = FakeHttpClient.WithResponsesGivenUris(fakeHttpResponses);
GeneralTests.cs (4)
63using var httpClient = FakeHttpClient.WithResponses( 90using var httpClient = FakeHttpClient.WithResponses(responses); 125var httpClient = FakeHttpClient.WithResponses(response); 166var httpClient = FakeHttpClient.WithResponses(responses);