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