2 references to GetUsersInRoleAsync
Microsoft.AspNetCore.Identity.Specification.Tests (2)
IdentitySpecificationTestBase.cs (2)
593Assert.Equal(3, (await manager.GetUsersInRoleAsync(await roleManager.GetRoleNameAsync(role))).Count); 596Assert.Empty((await manager.GetUsersInRoleAsync("123456")));