1 override of Exists
dotnet-MsiInstallation.Tests (1)
Framework\VirtualMachine.cs (1)
541
public override bool
Exists
=> GetResult().Exists;
3 references to Exists
dotnet-MsiInstallation.Tests (3)
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.");
WorkloadSetTestsBase.cs (1)
30
if (!versionsFile.
Exists
)