1 write to DisplayEmptyLineCount
Aspire.Cli.Tests (1)
TestServices\TestInteractionService.cs (1)
325
DisplayEmptyLineCount
++;
3 references to DisplayEmptyLineCount
Aspire.Cli.Tests (3)
Commands\BaseCommandTests.cs (2)
94
Assert.Equal(0, testInteractionService.
DisplayEmptyLineCount
);
119
Assert.Equal(0, testInteractionService.
DisplayEmptyLineCount
);
Projects\ProjectLocatorTests.cs (1)
2010
Assert.Equal(0, interactionService.
DisplayEmptyLineCount
);