10 references to FakeHttpClient
Microsoft.DotNet.Build.Tasks.Feed.Tests (10)
DownloadFileTests.cs (6)
76using HttpClient client = FakeHttpClient.WithResponsesGivenUris(fakeHttpResponses); 145using HttpClient client = FakeHttpClient.WithResponsesGivenUris(fakeHttpResponses); 222using HttpClient client = FakeHttpClient.WithResponsesGivenUris(fakeHttpResponses); 281using HttpClient client = FakeHttpClient.WithResponses(responses); 353using HttpClient client = FakeHttpClient.WithResponsesGivenUris(fakeHttpResponses); 426using 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);