1 write to _reporter
dotnet.Tests (1)
CommandTests\Tool\Search\SearchResultPrinterTests.cs (1)
21_reporter = new BufferedReporter();
10 references to _reporter
dotnet.Tests (10)
CommandTests\Tool\Search\SearchResultPrinterTests.cs (10)
22_searchResultPrinter = new SearchResultPrinter(_reporter); 63_reporter.Lines.Should().Contain(l => l.Contains(expectedInformationToBePresent), 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())); 91_reporter.Lines.Should().Contain(l => l.Contains(expectedInformationToBePresent), 101_reporter.Lines.Count.Should().Be(1); 102_reporter.Lines.Should().Contain(CliCommandStrings.NoResult); 111_reporter.Lines.Count.Should().Be(1); 112_reporter.Lines.Should().Contain(CliCommandStrings.NoResult);