5 references to _entryRemovedJsonContent
dotnet.Tests (5)
CommandTests\Tool\Uninstall\ToolUninstallLocalCommandTests.cs (5)
57
_fileSystem.File.ReadAllText(_manifestFilePath).Should().Be(
_entryRemovedJsonContent
);
106
_fileSystem.File.ReadAllText(explicitManifestFilePath).Should().Be(
_entryRemovedJsonContent
);
124
_fileSystem.File.ReadAllText(_manifestFilePath).Should().Be(
_entryRemovedJsonContent
);
147
_fileSystem.File.ReadAllText(_manifestFilePath).Should().Be(
_entryRemovedJsonContent
, "Change the closest one");
161
_entryRemovedJsonContent
,