1 write to Output
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
SetupTargetFeedConfigV3Tests.cs (1)
66this.Output = output;
4 references to Output
Microsoft.DotNet.Build.Tasks.Feed.Tests (4)
SetupTargetFeedConfigV3Tests.cs (4)
424Output.WriteLine($"The expected items list has {expectedItems.Count()} item(s) but the list of actual items has {actualItems.Count()}."); 433Output.WriteLine($"Expected item was not found in the actual collection of items: {expected}"); 435Output.WriteLine("Actual items are: "); 438Output.WriteLine($"\t {actual}");