1 write to _filledSearchResultPackage
dotnet.Tests (1)
CommandTests\Tool\Search\SearchResultPrinterTests.cs (1)
24_filledSearchResultPackage = new SearchResultPackage(
20 references to _filledSearchResultPackage
dotnet.Tests (20)
CommandTests\Tool\Search\SearchResultPrinterTests.cs (20)
50new List<SearchResultPackage> { _filledSearchResultPackage, _mostEmptyToCheckNullException }; 55_filledSearchResultPackage.Id.ToString(), _filledSearchResultPackage.Authors.First(), 56_filledSearchResultPackage.TotalDownloads.ToString(), 57_filledSearchResultPackage.Versions.First().Version, 58_filledSearchResultPackage.Versions.First().Downloads.ToString(), 66_reporter.Lines.Should().NotContain(l => l.Contains(_filledSearchResultPackage.Description)); 67_reporter.Lines.Should().NotContain(l => l.Contains(_filledSearchResultPackage.Summary)); 68_reporter.Lines.Should().NotContain(l => l.Contains(_filledSearchResultPackage.Tags.First())); 75new List<SearchResultPackage> { _filledSearchResultPackage, _mostEmptyToCheckNullException }; 80_filledSearchResultPackage.Id.ToString(), _filledSearchResultPackage.Authors.First(), 81_filledSearchResultPackage.TotalDownloads.ToString(), 82_filledSearchResultPackage.Versions.First().Version, 83_filledSearchResultPackage.Versions.First().Downloads.ToString(), 84_mostEmptyToCheckNullException.Id.ToString(), _filledSearchResultPackage.Description, 85_filledSearchResultPackage.Summary, _filledSearchResultPackage.Tags.First(), 86_filledSearchResultPackage.Versions.First().Version, 87_filledSearchResultPackage.Versions.First().Downloads.ToString(),