10 references to WithResponses
Microsoft.DotNet.Build.Tasks.Feed.Tests (10)
GeneralTests.cs (4)
63using var httpClient = FakeHttpClient.WithResponses( 90using var httpClient = FakeHttpClient.WithResponses(responses); 125var httpClient = FakeHttpClient.WithResponses(response); 166var httpClient = FakeHttpClient.WithResponses(responses);
PublishToSymbolServerTest.cs (6)
244using HttpClient client = FakeHttpClient.WithResponses(response); 289using HttpClient client = FakeHttpClient.WithResponses(responses); 332using HttpClient client = FakeHttpClient.WithResponses(responses); 371using HttpClient client = FakeHttpClient.WithResponses(responses); 403using HttpClient client = FakeHttpClient.WithResponses(responses); 441using HttpClient client = FakeHttpClient.WithResponses(responses);