1 write to _file
dotnet-MsiInstallation.Tests (1)
Framework\RemoteFile.cs (1)
32_file = file;
4 references to _file
dotnet-MsiInstallation.Tests (4)
Framework\RemoteFile.cs (4)
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.");