1 write to Path
dotnet-MsiInstallation.Tests (1)
Framework\RemoteFile.cs (1)
12Path = path;
4 references to Path
dotnet-MsiInstallation.Tests (4)
Framework\RemoteFile.cs (2)
37_file.Exists.Should().BeTrue($"Expected File {_file.Path} to exist, but it does not."); 43_file.Exists.Should().BeFalse($"Expected File {_file.Path} to not exist, but it does.");
Framework\VirtualMachine.cs (2)
535TargetPath = Path, 548throw new FileNotFoundException("File not found: " + Path);