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