1 override of Exists
dotnet-MsiInstallation.Tests (1)
Framework\VirtualMachine.cs (1)
576
public override bool
Exists
=> GetResult().Exists;
2 references to Exists
dotnet-MsiInstallation.Tests (2)
Framework\RemoteDirectory.cs (2)
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.");