5 references to NoServersToShutdown
dotnet (1)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
61
_reporter.WriteLine(CliCommandStrings.
NoServersToShutdown
.Green());
dotnet.Tests (4)
CommandTests\BuildServer\Shutdown\BuildServerShutdownCommandTests.cs (4)
40
_reporter.Lines.Should().Equal(CliCommandStrings.
NoServersToShutdown
.Green());
58
_reporter.Lines.Should().Equal(CliCommandStrings.
NoServersToShutdown
.Green());
76
_reporter.Lines.Should().Equal(CliCommandStrings.
NoServersToShutdown
.Green());
94
_reporter.Lines.Should().Equal(CliCommandStrings.
NoServersToShutdown
.Green());