public IServerPrincipalAssert ServerPrincipalExists(string name) { AssertPrincipalExists(name, PrincipalType.Server); var newContext = new ServerPrincipalMigrationContext(Context, name); return(new ServerPrincipalAssert(newContext)); }
public ServerPrincipalAssert(ServerPrincipalMigrationContext context) : base(context) { }