1 write to Path
dotnet-MsiInstallation.Tests (1)
Framework\RemoteDirectory.cs (1)
14Path = path;
3 references to Path
dotnet-MsiInstallation.Tests (3)
Framework\RemoteDirectory.cs (2)
39_directory.Exists.Should().BeTrue($"Expected directory {_directory.Path} to exist, but it does not."); 44_directory.Exists.Should().BeFalse($"Expected directory {_directory.Path} to not exist, but it does.");
Framework\VirtualMachine.cs (1)
570TargetPath = Path,