1 write to _directory
dotnet-MsiInstallation.Tests (1)
Framework\RemoteDirectory.cs (1)
34_directory = directory;
4 references to _directory
dotnet-MsiInstallation.Tests (4)
Framework\RemoteDirectory.cs (4)
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.");