2 references to GetUsersForClaimAsync
Microsoft.AspNetCore.Identity.Specification.Tests (2)
UserManagerSpecificationTests.cs (2)
1931
Assert.Equal(3, (await manager.
GetUsersForClaimAsync
(new Claim("foo", "bar"))).Count);
1933
Assert.Empty((await manager.
GetUsersForClaimAsync
(new Claim("123", "456"))));