1 instantiation of Assertions
dotnet-MsiInstallation.Tests (1)
Framework\RemoteDirectory.cs (1)
25return new Assertions(this);
5 references to Assertions
dotnet-MsiInstallation.Tests (5)
Framework\RemoteDirectory.cs (5)
23public Assertions Should() 37public AndConstraint<Assertions> Exist() 40return new AndConstraint<Assertions>(this); 42public AndConstraint<Assertions> NotExist() 45return new AndConstraint<Assertions>(this);