6 references to ContainVisuallySameFragmentIfNotLocalized
dotnet.Tests (6)
CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (1)
167
cmd.StdOut.Should().
ContainVisuallySameFragmentIfNotLocalized
(expectedBuildSummary);
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);
CommandTests\Help\GivenThatIWantToShowHelpForDotnetHelpCommand.cs (1)
35
cmd.StdOut.Should().
ContainVisuallySameFragmentIfNotLocalized
(HelpText);