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