7 references to ExpectedCommandPath
dotnet.Tests (7)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (7)
149
_fileSystem.File.Exists(
ExpectedCommandPath
()).Should().BeTrue();
151
_fileSystem.File.ReadAllText(
ExpectedCommandPath
()));
173
_fileSystem.File.Exists(
ExpectedCommandPath
()).Should().BeTrue();
214
_fileSystem.File.Exists(
ExpectedCommandPath
())
218
_fileSystem.File.ReadAllText(
ExpectedCommandPath
()));
289
_fileSystem.File.CreateEmptyFile(
ExpectedCommandPath
()); // Create conflict shim
891
_fileSystem.File.ReadAllText(
ExpectedCommandPath
()).Should().Be(tokenToIdentifyPackagedShim);