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)
41false), new FilePath(_testManifestPath)), 47false), new FilePath(_testManifestPath)) 64_reporter.Lines.Should().Contain(l => l.Contains(_testManifestPath)); 68_reporter.Lines.Should().Contain(l => l.Contains(_testManifestPath)); 89versionedData.Data[0].Manifest.Should().Be(_testManifestPath); 94versionedData.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));