1 write to Path
dotnet-MsiInstallation.Tests (1)
Framework\RemoteFile.cs (1)
12
Path
= 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)
535
TargetPath =
Path
,
548
throw new FileNotFoundException("File not found: " +
Path
);