5 references to _jsonContent
dotnet.Tests (5)
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (5)
82
_fileSystem.File.WriteAllText(Path.Combine(_temporaryDirectory, _manifestFilePath),
_jsonContent
);
180
_fileSystem.File.WriteAllText(explicitManifestFilePath,
_jsonContent
);
290
.Be(
_jsonContent
, "Manifest file should not be changed");
326
_fileSystem.File.WriteAllText(configManifestPath,
_jsonContent
);
341
configManifestContent.Should().NotBe(
_jsonContent
, "The .config manifest should have been updated with the new tool");