4 references to HelpText
dotnet.Tests (4)
CommandTests\Help\GivenThatIWantToShowHelpForDotnetCommand.cs (4)
70
cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(
HelpText
);
79
cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(
HelpText
);
90
cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(
HelpText
);
103
cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(
HelpText
);