1 write to _testManifestPath
dotnet.Tests (1)
CommandTests\Tool\List\ToolListLocalCommandTests.cs (1)
31
_testManifestPath
= Path.Combine(Path.GetTempPath(), "filename");
9 references to _testManifestPath
dotnet.Tests (9)
CommandTests\Tool\List\ToolListLocalCommandTests.cs (9)
41
false), new FilePath(
_testManifestPath
)),
47
false), new FilePath(
_testManifestPath
))
64
_reporter.Lines.Should().Contain(l => l.Contains(
_testManifestPath
));
68
_reporter.Lines.Should().Contain(l => l.Contains(
_testManifestPath
));
89
versionedData.Data[0].Manifest.Should().Be(
_testManifestPath
);
94
versionedData.Data[1].Manifest.Should().Be(
_testManifestPath
);
106
_reporter.Lines.Should().Contain(l => l.Contains(
_testManifestPath
));
110
_reporter.Lines.Should().Contain(l => l.Contains(
_testManifestPath
));
121
_reporter.Lines.Should().Contain(l => l.Contains(
_testManifestPath
));