5 references to WithResponses
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
DownloadFileTests.cs (1)
281using HttpClient client = FakeHttpClient.WithResponses(responses);
GeneralTests.cs (4)
80using var httpClient = FakeHttpClient.WithResponses( 107using var httpClient = FakeHttpClient.WithResponses(responses); 142var httpClient = FakeHttpClient.WithResponses(response); 183var httpClient = FakeHttpClient.WithResponses(responses);