1 instantiation of Assertions
dotnet-MsiInstallation.Tests (1)
Framework\RemoteFile.cs (1)
23
return new
Assertions
(this);
5 references to Assertions
dotnet-MsiInstallation.Tests (5)
Framework\RemoteFile.cs (5)
21
public
Assertions
Should()
35
public AndConstraint<
Assertions
> Exist(string because = "", params object[] reasonArgs)
38
return new AndConstraint<
Assertions
>(this);
41
public AndConstraint<
Assertions
> NotExist(string because = "", params object[] reasonArgs)
44
return new AndConstraint<
Assertions
>(this);