6 references to ContainVisuallySameFragmentIfNotLocalized
dotnet.Tests (6)
CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (1)
167cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(expectedBuildSummary);
CommandTests\Help\GivenThatIWantToShowHelpForDotnetCommand.cs (4)
70cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(HelpText); 79cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(HelpText); 90cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(HelpText); 103cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(HelpText);
CommandTests\Help\GivenThatIWantToShowHelpForDotnetHelpCommand.cs (1)
35cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(HelpText);