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