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.");